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 accidentally indexed an 800x800x163 ish Zarr based YAXArray (pure Julia) by 1:1000, 1:1000, 1:15. This didn't throw a BoundsError as expected - instead, the operation went on silently, and when it came time to materialize the array threw the following error:
I accidentally indexed an 800x800x163 ish Zarr based YAXArray (pure Julia) by 1:1000, 1:1000, 1:15. This didn't throw a
BoundsError
as expected - instead, the operation went on silently, and when it came time to materialize the array threw the following error:Not sure what the best solution is, I'll push an MWE tomorrow.
The text was updated successfully, but these errors were encountered: