We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f51d23 commit 535ebaaCopy full SHA for 535ebaa
src/zarr/core/array.py
@@ -1370,7 +1370,7 @@ async def get_orthogonal_selection(
1370
if prototype is None:
1371
prototype = default_buffer_prototype()
1372
indexer = OrthogonalIndexer(selection, self.shape, self.metadata.chunk_grid)
1373
- return await self._async_array._get_selection(
+ return await self._get_selection(
1374
indexer=indexer, out=out, fields=fields, prototype=prototype
1375
)
1376
0 commit comments