Skip to content

Commit

Permalink
soften tolerance on wet-dry well-balancedness test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Mar 26, 2024
1 parent e6baab8 commit 5607037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_unstructured_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ isdir(outdir) && rm(outdir, recursive = true)
],
tspan=(0.0, 2.0),
surface_flux=(FluxHLL(min_max_speed_naive),
flux_nonconservative_fjordholm_etal))
flux_nonconservative_fjordholm_etal),
atol=1e-10)
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 5607037

Please sign in to comment.