Skip to content

Commit 68d4a38

Browse files
authored
Change chunk_shape back to chunks for Zarr v3 (#656)
1 parent 1bc5769 commit 68d4a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubed/storage/backends/zarr_python_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ def open_zarr_v3_array(
6262
field,
6363
shape=shape,
6464
dtype=field_dtype,
65-
chunk_shape=chunks,
65+
chunks=chunks,
6666
)
6767
return ret

0 commit comments

Comments
 (0)