From 33263c9ba0de4a9c0ff597cef5447738418fd454 Mon Sep 17 00:00:00 2001 From: patrickersing Date: Thu, 11 Apr 2024 13:19:58 +0200 Subject: [PATCH] soften tolerance to fix test --- test/test_tree_2d.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_tree_2d.jl b/test/test_tree_2d.jl index 95f1d87..349d068 100644 --- a/test/test_tree_2d.jl +++ b/test/test_tree_2d.jl @@ -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