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 01c03bf commit 1cd2390Copy full SHA for 1cd2390
src/zarr/testing/strategies.py
@@ -153,6 +153,7 @@ def arrays(
153
assert isinstance(a, Array)
154
if a.metadata.zarr_format == 3:
155
assert a.fill_value is not None
156
+ assert a.name is not None
157
assert isinstance(root[array_path], Array)
158
assert nparray.shape == a.shape
159
assert chunks == a.chunks
0 commit comments