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
The check_limits decorator that was introduced in #157 has a few shortcomings. In its current form it can only be used on class methods with one numeric parameter.
However it should be extended to be usable on free functions and to decorate functions with multiple parameters that need limit checking.
The text was updated successfully, but these errors were encountered:
The
check_limits
decorator that was introduced in #157 has a few shortcomings. In its current form it can only be used on class methods with one numeric parameter.However it should be extended to be usable on free functions and to decorate functions with multiple parameters that need limit checking.
The text was updated successfully, but these errors were encountered: