Skip to content

Commit d79e1f8

Browse files
committed
remove comment
1 parent d7b07c9 commit d79e1f8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/solve.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -567,18 +567,6 @@ function get_concrete_problem(prob::AbstractJumpProblem, isadapt; kwargs...)
567567
get_updated_symbolic_problem(SciMLBase.get_root_indp(prob), prob; kwargs...)
568568
end
569569

570-
# function get_concrete_problem(prob::SteadyStateProblem, isadapt; kwargs...)
571-
# oldprob = prob
572-
# prob = get_updated_symbolic_problem(SciMLBase.get_root_indp(prob), prob; kwargs...)
573-
# if prob !== oldprob
574-
# kwargs = (; kwargs..., u0 = SII.state_values(prob), p = SII.parameter_values(prob))
575-
# end
576-
# p = get_concrete_p(prob, kwargs)
577-
# u0 = get_concrete_u0(prob, isadapt, Inf, kwargs)
578-
# u0 = promote_u0(u0, p, nothing)
579-
# remake(prob; u0 = u0, p = p)
580-
# end
581-
582570
function get_concrete_problem(prob::AbstractEnsembleProblem, isadapt; kwargs...)
583571
prob
584572
end

0 commit comments

Comments
 (0)