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 35bae0a commit 4d22d4fCopy full SHA for 4d22d4f
1 file changed
zarr/creation.py
@@ -30,7 +30,7 @@
30
31
def create(
32
shape: Union[int, Tuple[int, ...]],
33
- chunks: bool = True,
+ chunks: Union[int, Tuple[int, ...], bool] = True,
34
dtype: Optional[npt.DTypeLike] = None,
35
compressor="default",
36
fill_value: Optional[int] = 0,
0 commit comments