From 351cce50357b83ce304571547cec818e09a3ae17 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 20 Oct 2011 13:50:35 +0000 Subject: increase tolerance of testsuite. This is using an interative solver with a tolerance of 1.e-9. From that solution, the second derivative is calculated using finite differences. No wonder it might show differences larger than 1.e-8 (1.e-7 seems to be ok) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/DistortedBHIVP/trunk@54 971fb155-194f-0410-9daf-e2eca44e59f5 --- test/test.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.ccl b/test/test.ccl index 719a0db..b728f02 100644 --- a/test/test.ccl +++ b/test/test.ccl @@ -1,2 +1,2 @@ -ABSTOL 1.e-8 -RELTOL 1.e-8 +ABSTOL 1.e-7 +RELTOL 1.e-7 -- cgit v1.2.3