-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
NGFFOME-NGFF (OME-Zarr format)OME-NGFF (OME-Zarr format)bugSomething isn't workingSomething isn't working
Milestone
Description
Likely due to extra slashes in the URI to path conversion.
Lines 1939 to 1942 in 985b4ea
| store_path = Path( | |
| str(self.zgroup.store_path).replace("file:", "") | |
| ) # zarr-python prepends file: for some reason | |
| assert store_path.is_dir() |
store_path = Path(
str(self.zgroup.store_path).replace("file:", "")
) # zarr-python prepends file: for some reason
> assert store_path.is_dir()
^^^^^^^^^^^^^^^^^^^
E AssertionErrorReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
NGFFOME-NGFF (OME-Zarr format)OME-NGFF (OME-Zarr format)bugSomething isn't workingSomething isn't working