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
Currently if we evaluate outside of the bounds an exception is raised. We can do better by handling this like scipy function, mode='raise'/'constant'/'nearest', and set the value accordingly without raising an exception. This becomes handy in interactive plotting.
The text was updated successfully, but these errors were encountered:
Currently if we evaluate outside of the bounds an exception is raised. We can do better by handling this like scipy function, mode='raise'/'constant'/'nearest', and set the value accordingly without raising an exception. This becomes handy in interactive plotting.
The text was updated successfully, but these errors were encountered: