Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix precision in test
  • Loading branch information
elpaso authored and nyalldawson committed Jun 19, 2020
1 parent 50f66ba commit 4304d86
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -1443,7 +1443,7 @@ tests:
compare:
fields:
sum:
precision: 0
precision: 5

- algorithm: native:rasterlayerzonalstats
name: Raster layer zonal stats, zones ref
Expand All @@ -1466,7 +1466,7 @@ tests:
compare:
fields:
sum:
precision: 0
precision: 5

- algorithm: native:rasterlayerzonalstats
name: Raster layer zonal stats reprojected, zones ref
Expand All @@ -1489,7 +1489,7 @@ tests:
compare:
fields:
sum:
precision: 0
precision: 5

- algorithm: native:antimeridiansplit
name: Antimeridian split, lines
Expand Down

0 comments on commit 4304d86

Please sign in to comment.