From ddcce936fd684d687edc6edc9c35c18ebdf8197a Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Tue, 24 Sep 2024 16:17:53 +0200 Subject: [PATCH] adjust tolerance --- test/test_bbm_bbm_1d.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_bbm_bbm_1d.jl b/test/test_bbm_bbm_1d.jl index 0bb6a7f6..14d182b6 100644 --- a/test/test_bbm_bbm_1d.jl +++ b/test/test_bbm_bbm_1d.jl @@ -31,7 +31,7 @@ end change_waterheight=6.490606933236491e-14, change_velocity=3.694822225952521e-13, change_entropy=0.0002383181188179151, - atol_ints=1e-11) # to make CI pass + atol_ints=1e-10) # to make CI pass @test_allocations(semi, sol, allocs=10_000)