Skip to content

Commit

Permalink
soften tolerance to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Apr 11, 2024
1 parent 929881f commit 33263c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_tree_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@ end # 2LSWE
],
surface_flux=(flux_lax_friedrichs,
flux_nonconservative_ersing_etal),
tspan=(0.0, 0.25))
tspan=(0.0, 0.25),
atol=1e-11)
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 33263c9

Please sign in to comment.