From ec66aa55ec73d2fd023db65d79f0c29a174fd024 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 5 Nov 2024 18:49:07 -0100 Subject: [PATCH] Update tests --- test/solution.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/solution.jl b/test/solution.jl index a740dae05..fbb50767b 100644 --- a/test/solution.jl +++ b/test/solution.jl @@ -146,7 +146,7 @@ using ODEProblemLibrary: prob_ode_lotkavolterra for i in 1:n_samples ) ) / (m * n * o) - @test_broken low <= percent_in_interval <= high + @test low <= percent_in_interval <= high end end end