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 0ac17cc commit be2b3cdCopy full SHA for be2b3cd
src/zarr/testing/strategies.py
@@ -98,7 +98,7 @@ def arrays(
98
expected_attrs = {} if attributes is None else attributes
99
100
array_path = path + ("/" if not path.endswith("/") else "") + name
101
- root: Group = Group.from_store(store)
+ root = Group.from_store(store)
102
fill_value_args: tuple[Any, ...] = tuple()
103
if nparray.dtype.kind == "M":
104
fill_value_args = ("ns",)
0 commit comments