-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_hdf5_datalevels
seems broken
#2450
Comments
Checking with
|
Ok, so |
Aha! The error here is a missing type check.
|
Aha! I think a secondary issue is how things are presented in the docs, where |
Describe the bug
The function
get_hdf5_datalevels
reports no data levels for files that clearly contains data level dataTo Reproduce
returns
()
Expected behavior
That it returns at least
DataLevel.DL1_PARAMETERS
The text was updated successfully, but these errors were encountered: