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
We should identify if a state variable gets too large (e.g. 1e10) as this indicates that either the model has been badly non-dimensionalized, or the model is wrong, or the parameters are wrong. This would give a clearer error message for cases like #2124
Should this be an error or warning? Maybe a logger error (doesn't cause the code to fail)?
The text was updated successfully, but these errors were encountered:
How about an error, but with a setting for the max allowed value that the user can change? I think it is quite serious if y gets that large, and should be treated as such, but with some flexibility to allow larger values by changing the setting.
We should identify if a state variable gets too large (e.g. 1e10) as this indicates that either the model has been badly non-dimensionalized, or the model is wrong, or the parameters are wrong. This would give a clearer error message for cases like #2124
Should this be an error or warning? Maybe a logger error (doesn't cause the code to fail)?
The text was updated successfully, but these errors were encountered: