-
Notifications
You must be signed in to change notification settings - Fork 84
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
File Validation Error #1166
Labels
category: bug
errors in the code or code behavior
topic: validator
issues related to validation of files
Comments
Is that the same as #1157? |
I'm happy to (help) tackling that if I can get some pointers. |
Thanks @t-b Luckily the hackathon is coming up next week, so if we can't get to it now, then just ping Andrew or Ryan there ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: bug
errors in the code or code behavior
topic: validator
issues related to validation of files
Description
When I try to validate my NWB files, I get a value error for the namespace.
Steps to Reproduce
Create NWB file in this tutorial:
https://pynwb.readthedocs.io/en/stable/tutorials/domain/ecephys.html#sphx-glr-tutorials-domain-ecephys-py
Attempt validation in Jupyter/command prompt.
Observe error:
ValueError: data type 'NWBFile' not found in namespace hdmf-common
Jupyter:
! python -m pynwb.validate ecephys_example.nwb
Command prompt:
python -m pynwb.validate ecephys_example.nwb
Environment
Checklist
The text was updated successfully, but these errors were encountered: