From 07a7e1ae7eef1767b8910f2a6f6ae5a8306d7b6b Mon Sep 17 00:00:00 2001 From: diener Date: Wed, 16 Jun 2010 18:21:47 +0000 Subject: 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 --- test/test.ccl | 5 +++++ 1 file changed, 5 insertions(+) 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 +} -- cgit v1.2.3