From 69bb7c953217c33ad0b18cdf1209cb3a332f94b9 Mon Sep 17 00:00:00 2001 From: bentivegna Date: Tue, 15 Jun 2010 11:28:43 +0000 Subject: Added test.ccl with more relaxed tolerances. This is meant to guarantee that the tests pass on different architectures than the one where the data files were produced. However, these values are too high for, e.g., code verification of new changes. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@19 ef6f4158-a8ee-47d1-ba14-cb73256398e0 --- test/test.ccl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/test.ccl diff --git a/test/test.ccl b/test/test.ccl new file mode 100644 index 0000000..8dd2c85 --- /dev/null +++ b/test/test.ccl @@ -0,0 +1,2 @@ +ABSTOL 1.e-7 +RELTOL 1.e+5 -- cgit v1.2.3