Skip to content
Snippets Groups Projects
Commit 982140a4 authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

fix: add missing file

parent 91fcccfa
No related branches found
No related tags found
1 merge request!47[hiopy] refactor variable handling and distribution
import zarr
def get_var_group(v):
root = zarr.Group(store=v.store)
last_slash_idx = v.name.rindex("/")
return root[v.name[:last_slash_idx]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment