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 448662a commit a79747bCopy full SHA for a79747b
src/zarr/core/array.py
@@ -4581,7 +4581,7 @@ def _parse_keep_array_attr(
4581
if data.metadata.zarr_format == 2 and zarr_format == 3 and data.order == "F":
4582
# Can't set order="F" for v3 arrays
4583
warnings.warn(
4584
- "Zarr format 3 arrays are always stored with order='C'. "
+ "The 'order' attribute of a Zarr format 2 array does not have a direct analogue in Zarr format 3. "
4585
"The existing order='F' of the source Zarr format 2 array will be ignored.",
4586
UserWarning,
4587
stacklevel=2,
0 commit comments