Skip to content

Commit dce911b

Browse files
test: fix SteadyStateProblem construction
1 parent 062edfe commit dce911b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/remake_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for T in containerTypes
2121
push!(probs, ODEProblem(fn, u0, tspan, T(p)))
2222
end
2323
for T in containerTypes
24-
push!(probs, SteadyStateProblem(fn, u0, tspan, T(p)))
24+
push!(probs, SteadyStateProblem(fn, u0, T(p)))
2525
end
2626

2727
function ddelorenz!(du, u, h, p, t)

0 commit comments

Comments
 (0)