From a8cbe0c66974871f5a7bd7ef94001ebf461ac7ea Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sun, 17 Feb 2019 08:42:48 +0100 Subject: Slack tolerance in deg->rad unitconvert test --- test/gie/unitconvert.gie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3