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 37fca21 commit 7fd49afCopy full SHA for 7fd49af
test/diffeq.jl
@@ -15,7 +15,7 @@ p = LorenzParameterVector(10.0, 28.0, 8 / 3)
15
tspan = (0.0, 10.0)
16
prob = ODEProblem(f, u0, tspan, p)
17
sol = solve(prob, Rosenbrock23())
18
-@test sol.retcode === :Success
+@test sol.retcode == :Success
19
sol = solve(prob, Tsit5())
20
@test prob.u0 === sol.u[1] === u0
21
@test prob.p === p
0 commit comments