Skip to content

Commit

Permalink
Fix hypothesis
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Nov 12, 2024
1 parent f5f71fa commit a1c2818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zarr/testing/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def arrays(
expected_attrs = {} if attributes is None else attributes

array_path = path + ("/" if not path.endswith("/") else "") + name
root = zarr.open_group(store, mode="w")
root = zarr.open_group(store, mode="w", zarr_format=zarr_format)

a = root.create_array(
array_path,
Expand Down

0 comments on commit a1c2818

Please sign in to comment.