aboutsummaryrefslogtreecommitdiff
path: root/test/test.ccl
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2007-04-05 13:29:39 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2007-04-05 13:29:39 +0000
commit8b58dc783c1bacb781c958fe2c5b4da5edc40a4e (patch)
tree3ceff8d3820f034503a0f39fd01434828bee5d56 /test/test.ccl
parente6704d2a675751e8c20fe3e3f267528028ab1bfa (diff)
remove norms and some other reductions from testsuites
specify higher tolerance for two testsuites suite "twopunctures" still fails, which seems to be a real error git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@75 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'test/test.ccl')
-rw-r--r--test/test.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
index 5d1dd55..5a7e817 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -1,3 +1,6 @@
+ABSTOL 1.e-9
+RELTOL 1.e-9
+
TEST bhns_eval
{
NPROCS 1
@@ -6,4 +9,6 @@ TEST bhns_eval
TEST bhns_interp
{
NPROCS 1
+ ABSTOL 1.e-4
+ RELTOL 1.e-2
}