File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 822822 $(TYPEDSIGNATURES)
823823
824824A function to be used as `update_initializeprob!` in `OverrideInitData`. Requires
825- `is_update_oop = Val{ true} ` to be passed to `update_initializeprob!`.
825+ `is_update_oop = Val( true) ` to be passed to `update_initializeprob!`.
826826"""
827827function update_initializeprob! (initprob, prob)
828828 p = get_scimlfn (prob). initialization_data. metadata. oop_reconstruct_u0_p. getter (
@@ -1063,7 +1063,7 @@ function maybe_build_initialization_problem(
10631063 return (;
10641064 initialization_data = SciMLBase. OverrideInitData (
10651065 initializeprob, update_initializeprob!, initializeprobmap,
1066- initializeprobpmap; metadata = meta, is_update_oop = Val{ true } ))
1066+ initializeprobpmap; metadata = meta, is_update_oop = Val ( true ) ))
10671067end
10681068
10691069"""
You can’t perform that action at this time.
0 commit comments