Skip to content

Commit cb3bd87

Browse files
committed
Increase rtol
1 parent feff995 commit cb3bd87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_fullsim_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_fullsim_regression(model, tmpdir, compare_dirs):
2828
compare_dirs(
2929
tmpdir / "Results",
3030
Path(__file__).parent / "example_outputs" / model.replace("-", "_"),
31-
rtol=1e-5,
31+
rtol=1e-4,
3232
atol=1e-7,
3333
)
3434

@@ -70,6 +70,6 @@ def test_tutorial_regression(tutorial_path, tmpdir, compare_dirs):
7070
compare_dirs(
7171
tmpdir / "Results",
7272
expected,
73-
rtol=1e-5,
73+
rtol=1e-4,
7474
atol=1e-7,
7575
)

0 commit comments

Comments
 (0)