Skip to content

Commit 535ebaa

Browse files
committed
fix
1 parent 4f51d23 commit 535ebaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ async def get_orthogonal_selection(
13701370
if prototype is None:
13711371
prototype = default_buffer_prototype()
13721372
indexer = OrthogonalIndexer(selection, self.shape, self.metadata.chunk_grid)
1373-
return await self._async_array._get_selection(
1373+
return await self._get_selection(
13741374
indexer=indexer, out=out, fields=fields, prototype=prototype
13751375
)
13761376

0 commit comments

Comments
 (0)