1 parent a299c7f commit 94aa1e2Copy full SHA for 94aa1e2
1 file changed
tests/test_scalar.py
@@ -551,7 +551,7 @@ def test_gradcheck_2d_6th_order():
551
552
def test_gradcheck_2d_8th_order():
553
"""Test gradcheck with a 8th order accurate propagator."""
554
- run_gradcheck_2d(propagator=scalarprop, prop_kwargs={"accuracy": 8})
+ run_gradcheck_2d(propagator=scalarprop, prop_kwargs={"accuracy": 8}, atol=4e-8)
555
556
557
def test_gradcheck_2d_cfl():
0 commit comments