Skip to content

Commit cea5fc2

Browse files
committed
fixups
1 parent 527f7cf commit cea5fc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/zarr/api/synchronous.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,10 @@ def from_array(
10391039
- tuple[int, ...]: A tuple of integers representing the chunk shape.
10401040
10411041
If not specified, defaults to "keep" if data is a zarr Array, otherwise "auto".
1042+
1043+
.. note::
1044+
Variable chunking (RectilinearChunkGrid) is not supported when creating arrays from
1045+
existing data. Use regular chunking (uniform chunk sizes) instead.
10421046
shards : tuple[int, ...], optional
10431047
Shard shape of the array.
10441048
Following values are supported:

0 commit comments

Comments
 (0)