-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Bug]: kabooms on an elderly .nwb file #329
Comments
…onResult It also caused another kaboom within hdmf bubbling up through nwbinspector, filed NeurodataWithoutBorders/nwbinspector#329
…onResult It also caused another kaboom within hdmf bubbling up through nwbinspector, filed NeurodataWithoutBorders/nwbinspector#329
Looking at the file, the nwb version is
PyNWB and the Inspector do not support NWB 1 files. Also looking at the notebook with the code that generated the file, it looks like there are a number of validation errors even back when the file was generated https://github.com/NeurodataWithoutBorders/exp2nwb/blob/master/example/Example.ipynb . |
Would be nice if pynwb then raised explicit exception, eg UnsupportedNWBVersionError or alike when encountering such a file |
Agreed. I create the following issue on PyNWB for this NeurodataWithoutBorders/pynwb#1609 |
It ought to have caught it and reported as an |
The following PR NeurodataWithoutBorders/pynwb#1612 now adds the function |
What happened?
initially ran into it with
dandi validate
,updated env
and plain nwbinspector call also kabooms
file from http://github.com/NeurodataWithoutBorders/exp2nwb https://github.com/NeurodataWithoutBorders/exp2nwb/blob/master/example/Example.nwb
Steps to Reproduce
Traceback
note - -you give no choice for python 3.10
Operating System
Linux
Python Executable
Python
Python Version
3.9
Usage
Command Line Interface
Were you streaming with ROS3?
No
Package Versions
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: