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
For example, max_relative_deviation or max_absolute_deviation are typically expected to be positive. Yet, we currently do hardly any input validation in the respective Constraint constructors. Validating this input could help users finding sneaky typos/bugs.
The text was updated successfully, but these errors were encountered:
For example,
max_relative_deviation
ormax_absolute_deviation
are typically expected to be positive. Yet, we currently do hardly any input validation in the respectiveConstraint
constructors. Validating this input could help users finding sneaky typos/bugs.The text was updated successfully, but these errors were encountered: