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 5c33d1c commit 66e4014Copy full SHA for 66e4014
docs/user-guide/consolidated_metadata.rst
@@ -45,7 +45,7 @@ that can be used.:
45
>>> consolidated = zarr.open_group(store=store)
46
>>> consolidated_metadata = consolidated.metadata.consolidated_metadata.metadata
47
>>> from pprint import pprint
48
- >>> pprint(dict(sorted(consolidated_metadata.items())))
+ >>> pprint(dict(consolidated_metadata.items()))
49
{'a': ArrayV3Metadata(shape=(1,),
50
data_type=Float64(endianness='little'),
51
chunk_grid=RegularChunkGrid(chunk_shape=(1,)),
0 commit comments