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

Do not warn about fallback for empty groups #180

Closed SimonHeybrock closed 8 months ago

SimonHeybrock commented 8 months ago

Fixes #179.

This is not actually avoiding all warnings. In particular, I had considered not warning when an empty NXevent_data group is within an NXmonitor or NXdetector. However, follow up steps such as setting pixel masks depend on proper assembly, so I think keeping the warnings in those cases is justified.

We do however avoid warnings about many empty groups, such as NXlog, etc.