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
Current setup allows adding new parameters at Scenario level with @warn warning the user, that the parameter is missing in the model.
Is that the intended behavior ? Potentially it may cause misprints.
An idea is to set strict=true kwarg and change the default behavior to throwing an error in case the provided parameter is missing in the model. If the user is sure about this new parameter he can change strict=false.
The text was updated successfully, but these errors were encountered:
Current setup allows adding new parameters at
Scenario
level with@warn
warning the user, that the parameter is missing in the model.Is that the intended behavior ? Potentially it may cause misprints.
An idea is to set
strict=true
kwarg and change the default behavior to throwing an error in case the provided parameter is missing in the model. If the user is sure about this new parameter he can changestrict=false
.The text was updated successfully, but these errors were encountered: