scipp / scippnexus

h5py-like utility for NeXus files with seamless scipp integration
https://scipp.github.io/scippnexus/
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Implement `len` for groups #144

Closed jl-wynen closed 11 months ago

jl-wynen commented 1 year ago

So they behave a bit more like dicts. Should behave like len(grp) == len(grp.keys())

SimonHeybrock commented 11 months ago

Seems to have been fixed already?