Skip to content

Commit f66560f

Browse files
fixup! feat: support parameter updates in initialize_dae!
1 parent cece581 commit f66560f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/OrdinaryDiffEqCore/src/initialize_dae.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ end
152152
function _initialize_dae!(integrator, prob::Union{ODEProblem, DAEProblem},
153153
alg::OverrideInit, isinplace::Union{Val{true}, Val{false}})
154154
initializeprob = prob.f.initializeprob
155+
prob.f.update_initializeprob!(initializeprob, prob)
155156

156157
# If it doesn't have autodiff, assume it comes from symbolic system like ModelingToolkit
157158
# Since then it's the case of not a DAE but has initializeprob

0 commit comments

Comments
 (0)