Skip to content

Commit

Permalink
Fix CI failing
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Jun 9, 2022
1 parent 44f52f8 commit eeb2d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FODETests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeb2d1a

Please sign in to comment.