From b1ccce46459585c87d801217df346a7af8dea5a5 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Sat, 17 Aug 2024 18:57:53 +0200 Subject: [PATCH] lower tolerance --- test/test_bbm_bbm_1d.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test_bbm_bbm_1d.jl b/test/test_bbm_bbm_1d.jl index 236acafe..6fad0a9e 100644 --- a/test/test_bbm_bbm_1d.jl +++ b/test/test_bbm_bbm_1d.jl @@ -102,7 +102,9 @@ EXAMPLES_DIR = joinpath(examples_dir(), "bbm_bbm_1d") cons_error=[4.272316442782926e-11 0.5469460931577768], change_waterheight=4.272316442782926e-11, change_velocity=0.5469460931577768, - change_entropy=130.69415963528348) + change_entropy=130.69415963528348, + atol=1e-11, + atol_ints=1e-11) # in order to make CI pass @test_allocations(semi, sol)