Skip to content

Commit

Permalink
Merge pull request #468 from firedrakeproject/TBendall/more_tolerance…
Browse files Browse the repository at this point in the history
…_fixes

Fix minor broken tests on main
  • Loading branch information
jshipton authored Dec 12, 2023
2 parents 1708e31 + e11401f commit 6e39d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified integration-tests/data/linear_sw_wave_chkpt.h5
Binary file not shown.
4 changes: 2 additions & 2 deletions unit-tests/recovery_tests/test_reversible_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def test_reversible_recovery(geometry, mesh, method):

# items for testing
# no exact answer for recovery on sphere
rec_tol = 1e-12 if geometry == 'interval' else 0.03
rev_tol = 1e-12
rec_tol = 1e-11 if geometry == 'interval' else 0.03
rev_tol = 1e-11
vec_rev_tol = 2e-9
error_message = ("""
Unacceptable error in {test} test for {variable} on
Expand Down

0 comments on commit 6e39d38

Please sign in to comment.