From a1c281892ccd9844604d5a730104cfc0874795fe Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 11 Nov 2024 22:22:58 -0700 Subject: [PATCH] Fix hypothesis --- src/zarr/testing/strategies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zarr/testing/strategies.py b/src/zarr/testing/strategies.py index 332683f000..aed5b82e57 100644 --- a/src/zarr/testing/strategies.py +++ b/src/zarr/testing/strategies.py @@ -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,