You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/rly/mambaforge/envs/inspector/bin/nwbinspector", line 8, in <module>
sys.exit(_inspect_all_cli())
^^^^^^^^^^^^^^^^^^
File "/home/rly/mambaforge/envs/inspector/lib/python3.12/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rly/mambaforge/envs/inspector/lib/python3.12/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/home/rly/mambaforge/envs/inspector/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rly/mambaforge/envs/inspector/lib/python3.12/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rly/mambaforge/envs/inspector/lib/python3.12/site-packages/nwbinspector/_inspection_cli.py", line 121, in _inspect_all_cli
messages = list(
^^^^^
File "/home/rly/mambaforge/envs/inspector/lib/python3.12/site-packages/nwbinspector/_inspection.py", line 188, in inspect_all
for message in inspect_nwbfile(nwbfile_path=nwbfile_path, checks=checks, driver=driver):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rly/mambaforge/envs/inspector/lib/python3.12/site-packages/nwbinspector/_inspection.py", line 293, in inspect_nwbfile
for validation_error in validation_namespace_errors:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'ShapeError' object is not iterable
Not sure why validation_namespace_errors has type ShapeError.
Have you ensured this bug was not already reported?
To the best of your ability, have you ensured this is a bug within the code that checks the NWBFile, rather than a bug in the NWBFile reader (e.g., PyNWB or MatNWB)?
The text was updated successfully, but these errors were encountered:
What happened?
Command:
nwbinspector --config dandi /path/to/file.nwb
Not sure why
validation_namespace_errors
has typeShapeError
.Operating System
Linux
Python Version
3.12
Were you streaming with ROS3?
No
Package Versions
Code of Conduct
The text was updated successfully, but these errors were encountered: