Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out Zarr's consolidated metadata (.zmetadata) #119

Closed
jakirkham opened this issue Aug 9, 2022 · 1 comment · Fixed by #131
Closed

Filter out Zarr's consolidated metadata (.zmetadata) #119

jakirkham opened this issue Aug 9, 2022 · 1 comment · Fixed by #131

Comments

@jakirkham
Copy link
Member

Currently there are a few metadata keys that get handled specially in the GDSStore (see below).

if os.path.basename(fn) in [
zarr.storage.array_meta_key,
zarr.storage.group_meta_key,
zarr.storage.attrs_key,
]:

Though one that isn't handled currently is the consolidated metadata key (.zmetadata), which can show up for some Zarr stores.

Would be good to filter this one out too

@jakirkham
Copy link
Member Author

cc @dcherian (who pointed this out to us :)

@rapids-bot rapids-bot bot closed this as completed in #131 Jun 21, 2023
@rapids-bot rapids-bot bot closed this as completed in 56d48ef Jun 21, 2023
vuule pushed a commit to vuule/kvikio that referenced this issue Nov 8, 2023
…s-function-name

Fix function profiler ipython magic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant