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 3ff4c26 commit f59211cCopy full SHA for f59211c
test/odesystem.jl
@@ -1065,4 +1065,4 @@ p = [σ => 28.0,
1065
prob = SteadyStateProblem(sys, u0, p)
1066
@test prob isa SteadyStateProblem
1067
prob = SteadyStateProblem(ODEProblem(sys, u0, (0.0, 10.0), p))
1068
-@test prob isa SteadyStateProblem
+@test prob isa SteadyStateProblem
0 commit comments