From 560703767d809ae7f0cf35dbc5803a80fe651711 Mon Sep 17 00:00:00 2001 From: Andrew Winters Date: Tue, 26 Mar 2024 12:17:59 +0100 Subject: [PATCH] soften tolerance on wet-dry well-balancedness test --- test/test_unstructured_2d.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_unstructured_2d.jl b/test/test_unstructured_2d.jl index 6bfb604..cd8c5e7 100644 --- a/test/test_unstructured_2d.jl +++ b/test/test_unstructured_2d.jl @@ -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