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.
update_initializeprob!
1 parent 9f6ae44 commit 604d838Copy full SHA for 604d838
src/systems/problem_utils.jl
@@ -825,7 +825,7 @@ A function to be used as `update_initializeprob!` in `OverrideInitData`. Require
825
`is_update_oop = Val(true)` to be passed to `update_initializeprob!`.
826
"""
827
function update_initializeprob!(initprob, prob)
828
- p = get_scimlfn(prob).initialization_data.metadata.oop_reconstruct_u0_p.getter(
+ p = get_scimlfn(prob).initialization_data.metadata.oop_reconstruct_u0_p.pgetter(
829
prob, initprob)
830
return remake(initprob; p)
831
end
0 commit comments