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 79f6127 commit ae99124Copy full SHA for ae99124
numcodecs/tests/test_zarr3.py
@@ -36,7 +36,7 @@
36
37
@pytest.fixture
38
def store() -> StorePath:
39
- return StorePath(MemoryStore(mode="w"))
+ return StorePath(MemoryStore(read_only=False))
40
41
42
ALL_CODECS = [getattr(numcodecs.zarr3, cls_name) for cls_name in numcodecs.zarr3.__all__]
0 commit comments