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
I'm going to take a look at where we use stride internally, because I think we would get rid of so much edge cases by using indexing directly. I'll open a PR when I'm done.
clip
currently uses the stride, which might return approximation errors as in #144.@tpoisot had an idea to avoid using stride completely. Possibly using indices instead of coordinates?
The text was updated successfully, but these errors were encountered: