Skip to content

Commit f2adcb6

Browse files
committed
COMP: Remove dimension_deparator arg to MemoryStore
Not available in Zarr Python 3.
1 parent fabcf2f commit f2adcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ngff_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def load_schema(version: str = "0.4", strict: bool = False) -> Dict:
2929

3030

3131
def check_valid_ngff(multiscale: DataTree):
32-
store = zarr.storage.MemoryStore(dimension_separator="/")
32+
store = zarr.storage.MemoryStore()
3333
assert isinstance(multiscale.msi, MultiscaleSpatialImage)
3434
multiscale.msi.to_zarr(store, compute=True)
3535
zarr.convenience.consolidate_metadata(store)

0 commit comments

Comments
 (0)