aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordiener <diener@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-06-16 18:21:47 +0000
committerdiener <diener@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-06-16 18:21:47 +0000
commit07a7e1ae7eef1767b8910f2a6f6ae5a8306d7b6b (patch)
treee24cc4c125d7ec7d9f287433d0fd5576bc5f432b /test
parent4a32d2f3789c7d26683f86077f1baf958a5034fb (diff)
Set the absolute tolerance to 5e-10.
Since the teukolsky test seem to be very sensitive to roundoff error the previous tolerance seemed to be too tough. Adding noise at the level of 1e-14 could lead to absolute differences of order 1e-10 and relative differences at the level of 1e-8. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@54 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'test')
-rw-r--r--test/test.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
index 086cd00..9b0f261 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -1 +1,6 @@
NPROCS 1
+
+TEST teukolsky
+{
+ ABSTOL 5e-10
+}