Skip to content

Commit

Permalink
Update test/integrators/event_detection_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 14, 2023
1 parent 6b1437f commit 0765f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrators/event_detection_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sol = solve(prob, Tsit5(), callback = cb2)
@test minimum(Array(sol)) > -40

# https://github.com/SciML/OrdinaryDiffEq.jl/issues/2055
for alg in (Rodas5(), Rodas5P())
for alg in (Rodas4(),Rodas4P(),Rodas5(), Rodas5P())
sol2 = solve(prob, alg; callback = cb2)
sol3 = appxtrue(sol, sol2)
@test sol3.errors[:L2] < 1e-5
Expand Down

0 comments on commit 0765f08

Please sign in to comment.