aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2014-05-06 00:28:56 +0000
committerrhaas <rhaas@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2014-05-06 00:28:56 +0000
commitca13d1197521b742e1d57c0d482078dd95d34c36 (patch)
tree22feee7dc72d1b49ed3504f858d7896d90f62a67
parent6367a2cdf65cbe2fed087d7b79b87e73b2834fa4 (diff)
increase tolerances to bluewaters's error levelsvn
As discussed in ticket 1599 http://trac.einsteintoolkit.org/ticket/1599 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAxiBrillBH/trunk@130 0a4070d5-58f5-498f-b6c0-2693e757fa0f
-rw-r--r--test/test.ccl9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/test.ccl b/test/test.ccl
index 719a0db..83b8dda 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -1,2 +1,9 @@
-ABSTOL 1.e-8
+ABSTOL 1.e-7
RELTOL 1.e-8
+
+# data constains singularity, z=0 slice gets too close to it so is affected by
+# numerical roundoff implification
+TEST test_axibrill_nostagger
+{
+ RELTOL 5e-4 ^psiyy_z_\[16\]\[16\]\.xg$
+}