-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, the widget just hangs when the JS code tries to load Parquet data across the _zarr_get function
vitessce-python/src/vitessce/widget.py
Line 845 in adb066c
| def _zarr_get(self, params, buffers): |
Our code on the JS side is designed to support this
Perhaps Zarr does not recognize the parquet relative path as a valid key. I seem to remember seeing a zarr issue about this (either a proposal or an issue/PR in one of the zarr implementations) about ignoring/excluding/erroring for non-zarr data contained in a zarr store/directory. For the life of me i cannot find the issue now. A quick look at the current Store.get methods in zarr-python make it seem like they don't check the returned data, so a closer look is needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working