Skip to content

Commit

Permalink
tweak tol
Browse files Browse the repository at this point in the history
  • Loading branch information
rckirby committed Feb 28, 2024
1 parent f952db8 commit 1047682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def Ffull(z, test):
def test_SplitNavierStokes(N, num_stages, Fimp, Fexp):
error = NavierStokesSplitTest(N, num_stages, Fimp, Fexp)
print(abs(error))
assert abs(error) < 4e-8
assert abs(error) < 4e-7


if __name__ == "__main__":
Expand Down

0 comments on commit 1047682

Please sign in to comment.