aboutsummaryrefslogtreecommitdiff
path: root/test/test.ccl
blob: 7b35561b7c8271ffe1a1f4f2fcab9cbaf5872fac (plain)
1
2
3
4
5
6
7
8
ABSTOL 1e-8
RELTOL 1e-8

# The convergence order tests are very sensitive to roundoff, because
# the integration has a very small relative error (1e-7).  Hence
# subtracting the numerical result from the exact result loses ~7
# digits of precision.
ABSTOL 1e-3 ^test_.*_convergence_order\.\.asc$