Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing][saga] Add unit test for reclassify values (simple)
  • Loading branch information
nyalldawson committed Jun 4, 2018
1 parent 3dde95d commit f6ac45a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml
Expand Up @@ -45,3 +45,25 @@ tests:
RESULT:
name: expected/saga/add_grid_to_points.shp
type: vector

- algorithm: saga:reclassifyvaluessimple
name: Reclassify values (simple)
params:
GRID_IN:
name: raster.tif
type: raster
LOOKUP:
- 800
- 840
- 1
- 840
- 870
- 2
- 870
- 1000
- 3
METHOD: 2
results:
GRID_OUT:
hash: 57437ebf7eb3667c5aa390598120967b0a2cd5d85751185bb445d1f8
type: rasterhash

0 comments on commit f6ac45a

Please sign in to comment.