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
#27343 fixed some flatiter indexing issues. However, as mentioned on the PR, there's still cases where indexing a flatiter is incorrect. The correct solution here would be to re-use index preparation code, so that indexing is consistent throughout flatiters and ndarrays.