aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@971fb155-194f-0410-9daf-e2eca44e59f5>2011-10-20 13:50:35 +0000
committerknarf <knarf@971fb155-194f-0410-9daf-e2eca44e59f5>2011-10-20 13:50:35 +0000
commit351cce50357b83ce304571547cec818e09a3ae17 (patch)
tree71b6b17827deb30b1a31238e924e19aa4bc2ddae
parent467404cd713ddedfe935bd9be6bed0bce44309ea (diff)
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
-rw-r--r--test/test.ccl4
1 files 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