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 jitter arg gets cast to a Coordinate in the current implementation, which thus requires the values to be integers, but there is no reason to not allow float values. Soution: remove the Coordinate cast and update type annotations and docstring.