You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meta = initdata ===nothing?nothing: initdata.metadata
591
594
# If the user passes `p` to `remake` but not `u0` and `u0` isn't empty,
592
595
# and if the system supports initialization (so it has initial parameters),
593
596
# and if the initialization solves for `u0`,
594
597
# THEN copy the values of `Initial`s to `newu0`.
595
598
if u0 ===missing
596
-
if newu0 !==nothing&& p !==missing&&supports_initialization(sys) && prob.f.initialization_data !==nothing&& prob.f.initialization_data.initializeprobmap !==nothing
599
+
if newu0 !==nothing&& p !==missing&&supports_initialization(sys) &&
0 commit comments