From d3bdb5b5b46933c8e917a8f8d0a21e137ab2eba3 Mon Sep 17 00:00:00 2001 From: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> Date: Mon, 18 May 2026 15:04:00 +0200 Subject: [PATCH] Fix Julia 1.10 CI fails due to hydrostatic tank validation --- test/validation/validation.jl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/test/validation/validation.jl b/test/validation/validation.jl index 237112b62c..68340faa13 100644 --- a/test/validation/validation.jl +++ b/test/validation/validation.jl @@ -104,8 +104,14 @@ ] # We compare the relative error to the analytical solution - @test isapprox(errors[:edac][2], 0.0, atol=0.033) - @test isapprox(errors[:wcsph][2], 0.0, atol=0.045) + @test isapprox(errors[:edac][2], 0.0, atol=0.031) + if VERSION < v"1.11" + # Julia 1.10 CI tests produce larger errors non-deterministically + # for unknown reasons. + @test isapprox(errors[:wcsph][2], 0.0, atol=0.045) + else + @test isapprox(errors[:wcsph][2], 0.0, atol=0.042) + end end @trixi_testset "TGV_2D" begin @trixi_test_nowarn trixi_include(@__MODULE__,