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.
SteadyStateProblem
1 parent 062edfe commit dce911bCopy full SHA for dce911b
test/remake_tests.jl
@@ -21,7 +21,7 @@ for T in containerTypes
21
push!(probs, ODEProblem(fn, u0, tspan, T(p)))
22
end
23
for T in containerTypes
24
- push!(probs, SteadyStateProblem(fn, u0, tspan, T(p)))
+ push!(probs, SteadyStateProblem(fn, u0, T(p)))
25
26
27
function ddelorenz!(du, u, h, p, t)
0 commit comments