From eeb2d1a2ce8b704f121869cd339c045226ebd022 Mon Sep 17 00:00:00 2001 From: ErikQQY <2283984853@qq.com> Date: Thu, 9 Jun 2022 12:57:43 +0800 Subject: [PATCH] Fix CI failing Signed-off-by: ErikQQY <2283984853@qq.com> --- test/FODETests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FODETests.jl b/test/FODETests.jl index de5607ef..518838d5 100644 --- a/test/FODETests.jl +++ b/test/FODETests.jl @@ -427,7 +427,7 @@ end @testset "Test Atangana Seda method" begin fun(x, y) = 1-y prob = SingleTermFODEProblem(fun, 0.5, 0, (0, 5)) - sol = solve(prob, 0.01, AtanganaSeda()) + sol = solve(prob, 0.5, AtanganaSeda()) @test isapprox(sol.u, [0.0 0.5