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 0252ac3 commit dd22a98Copy full SHA for dd22a98
tests/test_info.py
@@ -74,7 +74,7 @@ def test_array_info(zarr_format: ZarrFormat) -> None:
74
Read-only : True
75
Store type : MemoryStore
76
Filters : ()
77
- Serializer : BytesCodec(endian='little')
+ Serializer : BytesCodec(endian=<Endian.little: 'little'>)
78
Compressors : ()""")
79
80
@@ -117,7 +117,7 @@ def test_array_info_complete(
117
118
119
120
121
Compressors : ()
122
No. bytes : {count_bytes} ({count_bytes_formatted})
123
No. bytes stored : {count_bytes_stored} ({count_bytes_stored_formatted})
0 commit comments