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

More refined exception handling for fallback loader #113

Closed SimonHeybrock closed 1 year ago

SimonHeybrock commented 1 year ago

I am pretty sure this is not the last we will see of this: There are probably more places in the NXobject child classes that need to raise the right exception type. For now this works on the files in pytest -m externalfiles and a couple of others.

Fixes #107