aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-02-17 08:42:48 +0100
committerKristian Evers <kristianevers@gmail.com>2019-02-17 08:43:28 +0100
commit24ce8716974020600aa22fe7334628a29f578774 (patch)
treec7edd71949f7c5c5e969334861f7a28cde8c67b3 /test
parentacd7dda78bfeeff5a035215e852dd0da44dfcde8 (diff)
downloadPROJ-24ce8716974020600aa22fe7334628a29f578774.tar.gz
PROJ-24ce8716974020600aa22fe7334628a29f578774.zip
Slack tolerance in deg->rad unitconvert test
Diffstat (limited to 'test')
-rw-r--r--test/gie/unitconvert.gie2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gie/unitconvert.gie b/test/gie/unitconvert.gie
index 2a56ba59..2e06fe72 100644
--- a/test/gie/unitconvert.gie
+++ b/test/gie/unitconvert.gie
@@ -26,7 +26,7 @@ accept 1 1 1 1
expect 0.5 0.5 1 1
operation proj=unitconvert xy_in=deg xy_out=rad
-tolerance 0.000000000001
+tolerance 0.0000001
accept 1 1 1 1
expect 1 1 1 1 # gie does a rad->deg conversion behind the scenes