Description
Discovered when trying to load a dataset provided by Max.
In the dataset, there segmentations under nuclei.zarr in TZYX order and image data under data.zarr, in TCZYX order.
Each can be loaded separately without issues, but when the URLs are combined, vole-core attempts to access non-existent paths:
http://localhost:6470/data.zarr/1/0/NaN/1/0/0
Expected Behavior
Vol-E should be able to load the combined URLs.
Reproduction
A minimal example that exhibits the behavior.
Environment
Any additional information about your environment. E.g. OS version, python version, browser etc.