Skip to content

Commit

Permalink
Increase error tolerance for test due to changes in Jigsaw
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jan 17, 2023
1 parent 50ac831 commit 3b4b38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/hfun.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def test_hfun_coll_cfl_constraint(self):
# Fast method is much less accurate!
method_tolerance = {
'exact': 0.03,
'fast': 0.1
'fast': 0.2
}

for method, tol in method_tolerance.items():
Expand Down

0 comments on commit 3b4b38f

Please sign in to comment.