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

fix: add missing file

parent c1098efe
No related branches found
No related tags found
No related merge requests found
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