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 d7fbbdc commit 0b1c454Copy full SHA for 0b1c454
tests/v3/test_store/test_local.py
@@ -53,5 +53,5 @@ def test_creates_new_directory(self, tmp_path: pathlib.Path):
53
target = tmp_path.joinpath("a", "b", "c")
54
assert not target.exists()
55
56
- store = self.store_cls(root=target, mode="w")
+ store = self.store_cls(path=target, mode="w")
57
zarr.group(store=store)
0 commit comments