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
error("Initial conditions for discrete variables must be for the past state of the unknown. Instead of providing the condition for $v, provide the condition for $(Shift(iv, -1)(v)).")
error("Initial conditions for discrete variables must be for the past state of the unknown. Instead of providing the condition for $v, provide the condition for $(Shift(iv, -1)(v)).")
@@ -1620,9 +1627,9 @@ function InitializationProblem{iip, specialize}(sys::AbstractODESystem,
1620
1627
@warn"Initialization system is underdetermined. $neqs equations for $nunknown unknowns. Initialization will default to using least squares. To suppress this warning pass warn_initialize_determined = false."
1621
1628
end
1622
1629
1623
-
parammap isa DiffEqBase.NullParameters ||isempty(parammap) ?
1624
-
[get_iv(sys) => t] :
1625
-
merge(todict(parammap), Dict(get_iv(sys) => t))
1630
+
parammap = parammap isa DiffEqBase.NullParameters ||isempty(parammap) ?
0 commit comments