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
595
598
# If the user passes `p` to `remake` but not `u0` and `u0` isn't empty,
596
599
# and if the system supports initialization (so it has initial parameters),
597
600
# and if the initialization solves for `u0`,
598
601
# THEN copy the values of `Initial`s to `newu0`.
599
602
if u0 ===missing
600
-
if newu0 !==nothing&& p !==missing&&supports_initialization(sys) && prob.f.initialization_data !==nothing&& prob.f.initialization_data.initializeprobmap !==nothing
603
+
if newu0 !==nothing&& p !==missing&&supports_initialization(sys) &&
0 commit comments