We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b079f51 commit 40562eeCopy full SHA for 40562ee
test/integrators/check_error.jl
@@ -11,7 +11,7 @@ desired_codes = (ReturnCode.MaxIters, ReturnCode.Unstable)
11
# invoke integrator.
12
13
sol = solve(prob, Tsit5(); options...)
14
-@test sol.retcode == desired_code
+@test sol.retcode in desired_codes
15
16
integrator = init(prob, Tsit5(); options...)
17
solve!(integrator)
0 commit comments