[Commits] [svn:einsteintoolkit] WeylScal4/trunk/test/ (Rev. 54)
diener at cct.lsu.edu
diener at cct.lsu.edu
Wed Jun 16 13:21:47 CDT 2010
User: diener
Date: 2010/06/16 01:21 PM
Modified:
/trunk/test/
test.ccl
Log:
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.
File Changes:
Directory: /trunk/test/
=======================
File [modified]: test.ccl
Delta lines: +5 -0
===================================================================
--- trunk/test/test.ccl 2010-05-07 15:14:08 UTC (rev 53)
+++ trunk/test/test.ccl 2010-06-16 18:21:47 UTC (rev 54)
@@ -1 +1,6 @@
NPROCS 1
+
+TEST teukolsky
+{
+ ABSTOL 5e-10
+}
More information about the Commits
mailing list