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 bb11867 commit 7a619e0Copy full SHA for 7a619e0
tests/test_info.py
@@ -65,7 +65,7 @@ def test_array_info(zarr_format: ZarrFormat) -> None:
65
assert result == textwrap.dedent(f"""\
66
Type : Array
67
Zarr format : {zarr_format}
68
- Data type : int32
+ Data type : Int32(endianness='little')
69
Shape : (100, 100)
70
Chunk shape : (10, 100)
71
Order : C
@@ -106,7 +106,7 @@ def test_array_info_complete(
106
107
108
109
110
111
112
0 commit comments