Skip to content

Commit 94aa1e2

Browse files
committed
Make tolerance on test_scalar.py::test_gradcheck_2d_8th_order slightly less strict as it is failing on Windows
1 parent a299c7f commit 94aa1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_scalar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def test_gradcheck_2d_6th_order():
551551

552552
def test_gradcheck_2d_8th_order():
553553
"""Test gradcheck with a 8th order accurate propagator."""
554-
run_gradcheck_2d(propagator=scalarprop, prop_kwargs={"accuracy": 8})
554+
run_gradcheck_2d(propagator=scalarprop, prop_kwargs={"accuracy": 8}, atol=4e-8)
555555

556556

557557
def test_gradcheck_2d_cfl():

0 commit comments

Comments
 (0)