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
ifany(!ModelingToolkit.isparameter(var) for var in ModelingToolkit.get_variables(rate))
33
-
error("TransportReaction rate contain variables: $(filter(var ->!ModelingToolkit.isparameter(var), ModelingToolkit.get_variables(rate))). The rate must consist of parameters only.")
33
+
error("TransportReaction rate contains variables: $(filter(var ->!ModelingToolkit.isparameter(var), ModelingToolkit.get_variables(rate))). The rate must consist of parameters only.")
0 commit comments