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
@warn"You are creating a system while eliminating conserved quantities. While this is possible,
456
+
@warn"You are creating a system or problem while eliminating conserved quantities. Please note, due to limitations / design choices in ModelingToolkit
457
457
if you use the created system to create a problem (e.g. an `ODEProblem`), you *should not*
458
458
modify that problem's initial conditions for species (e.g. using `remake`). Changing initial conditions must be done by creating a new Problem from your reaction system or the ModelingToolkit system you converted it into with the new initial condition map. Modification of parameter values
459
459
is still possible, and directly setting numerical values for any conservation law constants will work. You might get this warning when creating a problem directly.
0 commit comments