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 1cd2390 commit 8754386Copy full SHA for 8754386
src/zarr/testing/strategies.py
@@ -153,7 +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
+ 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