From 2d5083310507058115a7065846ebde89d0626b3b Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Wed, 11 Dec 2024 16:32:47 +0100 Subject: [PATCH] adjust tolerances --- test/test_svaerd_kalisch_1d.jl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/test_svaerd_kalisch_1d.jl b/test/test_svaerd_kalisch_1d.jl index f1823ba1..9085eebc 100644 --- a/test/test_svaerd_kalisch_1d.jl +++ b/test/test_svaerd_kalisch_1d.jl @@ -28,7 +28,8 @@ end linf=[9.787585531206844e-5 1.460266869784954e-7 0.0], cons_error=[1.0484871583691058e-9 0.5469460930247998 0.0], change_waterheight=1.0484871583691058e-9, - change_entropy_modified=459.90372362340514) + change_entropy_modified=459.90372362340514, + atol=1e-11) # to make CI pass @test_allocations(semi, sol, allocs=650_000) @@ -45,7 +46,8 @@ end linf=[3.135228725170691e-5 8.797787950237668e-8 0.0], cons_error=[1.700425028441774e-9 0.5469460935005555 0.0], change_waterheight=-1.700425028441774e-9, - change_entropy_modified=459.9037221442321) + change_entropy_modified=459.9037221442321, + atol=1e-10) # to make CI pass @test_allocations(semi, sol, allocs=650_000) end