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
Maybe this is expected behavior? as one should always use z.oindex[ix] for orthogonal selection? But then I do not understand why Array.__getitem__ would check for is_pure_orthogonal_indexing
brokkoli71
changed the title
[v3] Accessing data with square bracket notation via orthogonal selection fails
[v3] Accessing data with square bracket notation via mask selection fails
Jun 17, 2024
brokkoli71
changed the title
[v3] Accessing data with square bracket notation via mask selection fails
[v3] Accessing data with bools in square bracket notation
Jun 17, 2024
Zarr version
v3
Numcodecs version
0.12.1
Python Version
3.12
Operating System
Linux
Description
will result in
IndexError( "unsupported selection item for basic indexing; expected integer or slice, got <class 'numpy.ndarray'>)
while
z.get_orthogonal_selection(ix)
works.I suppose the problem is within
Array.__getitem__
Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: