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 f5f71fa commit a1c2818Copy full SHA for a1c2818
src/zarr/testing/strategies.py
@@ -138,7 +138,7 @@ def arrays(
138
expected_attrs = {} if attributes is None else attributes
139
140
array_path = path + ("/" if not path.endswith("/") else "") + name
141
- root = zarr.open_group(store, mode="w")
+ root = zarr.open_group(store, mode="w", zarr_format=zarr_format)
142
143
a = root.create_array(
144
array_path,
0 commit comments