Skip to content
Prev Previous commit
Next Next commit
Merge branch 'v3' into fix/v3-valid-dtypes
  • Loading branch information
jhamman authored Sep 20, 2024
commit c23a9457abba8298c4757556d1372f4a493cad95
2 changes: 1 addition & 1 deletion src/zarr/testing/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def arrays(
expected_attrs = {} if attributes is None else attributes

array_path = path + ("/" if not path.endswith("/") else "") + name
root = Group.create(store, zarr_format=zarr_format)
root = Group.from_store(store, zarr_format=zarr_format)
fill_value_args: tuple[Any, ...] = tuple()
if nparray.dtype.kind == "M":
m = re.search(r"\[(.+)\]", nparray.dtype.str)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.