You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The zarr.openArray checks if node is a group before trying to open it as an array (these are mutually exclusive nodes). This checks for the <path>/.zgroup key in the store, which in our case is an HTTPStore that uses fetch internally to ping the server.
It's really annoying and an artifact of how zarr-python opens an array conservatively. I've been meaning to get around to fixing it but haven't had the time.
Loading https://portal.stage.hubmapconsortium.org/preview/multimodal-molecular-imaging-data, I get a number of 404s for
.zgroup
files. The UI functionality seems fine, but is there a way we can get rid of the 404s? (Either put stub files at those URLS, or understand why they are being requested, and change what we're doing on the client side?) cc @ilan-gold .The text was updated successfully, but these errors were encountered: