Skip to content

Commit

Permalink
No need to compare result from GDAL contour alg -- we already have lo…
Browse files Browse the repository at this point in the history
…ts of tests covering the creation

of the matching GDAL command, and we can trust that GDAL will generate contours correctly

Avoids fragility in the test when underlying GDAL contour algorithm/logic changes
  • Loading branch information
nyalldawson committed Feb 5, 2021
1 parent 6112a39 commit 70f7c52
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,6 @@ tests:
BAND: 1
CREATE_3D: false
FIELD_NAME: ELEV
CREATE_3D: true
IGNORE_NODATA: false
INPUT:
name: dem.tif
Expand All @@ -123,6 +122,7 @@ tests:
OUTPUT:
name: expected/gdal/contour.gml
type: vector
compare: False

- algorithm: gdal:extractprojection
name: Extract Projection (extractprojection)
Expand Down

0 comments on commit 70f7c52

Please sign in to comment.