File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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... )
568568end
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-
582570function get_concrete_problem (prob:: AbstractEnsembleProblem , isadapt; kwargs... )
583571 prob
584572end
You can’t perform that action at this time.
0 commit comments