root676
d159014179
fix bugs in fuzzify() methods and create processing tests
2019-11-11 05:26:02 +10:00
Alexander Bruy
020980d3b1
address comments
2019-11-08 11:04:05 +02:00
Alexander Bruy
6b3af0f8d1
update tests for service area algorithms
2019-11-06 08:28:51 +02:00
Nyall Dawson
64b52bf31b
Fix handling of interpolation layers with differing input coordinate reference systems
...
Fixes #27048
2019-11-05 16:57:33 +10:00
Clemens Raffler
9e9ade3903
[processing] Port of Create Grid algorithm to C++
...
MUCH faster grid creation vs the Python implementation
2019-10-10 09:33:59 +10:00
Nyall Dawson
023ba1968e
[processing] Drop precision of attribute check for create grid test results
2019-10-10 08:55:20 +10:00
Nyall Dawson
4ff8429f7a
[processing] Port "Points along geometry" to QgsFeatureBasedAlgorithm
...
(and c++), allow distance/start/end offset to be dynamic, avoid
algorithm "hangs" when inappropriately small (or 0) distances
are used
2019-06-12 10:08:51 +07:00
Nyall Dawson
289e72dc07
Adjust precision of some processing tests to allow them to pass under proj 6
2019-05-21 19:14:55 +10:00
Nyall Dawson
69c89151ef
Add extra raster hashes
2019-05-09 14:04:30 +10:00
Nyall Dawson
6ec58f90c8
Spelling, formatting
2019-05-09 14:04:30 +10:00
Nyall Dawson
e2bd17f3c9
Split processing test files into multiple batches
...
There's two motivations for this:
- the existing one was getting massive and took ages to run, which was
a pain when developing. Smaller batches allow just a subset of test to
be run which is much faster.
- There's a random segfault on test exit which occurs on Travis. Rather
then disabling these absolutely critical tests altogether, I'm using
this as a method of bisecting exactly which alg is causing this.
2019-05-09 14:04:30 +10:00