-
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
NWB files without cached namespaces do not validate #1157
Labels
category: bug
errors in the code or code behavior
topic: validator
issues related to validation of files
Comments
Using the default validate function, however, seems to work: from pynwb import validate, NWBHDF5IO
with NWBHDF5IO('probe_760640083_lfp.nwb') as io:
io.validate() output:
|
Closed
t-b
pushed a commit
to t-b/pynwb
that referenced
this issue
Feb 2, 2020
t-b
pushed a commit
to t-b/pynwb
that referenced
this issue
Feb 2, 2020
This should be fixed with #1164. |
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
Example: The Allen Institute Visual Coding NWB files do not have cached specs.
Output:
It looks like when there are no cached specs, the validator tries to validate the file against the hdmf-common-schema, but the file uses the data type key
'neurodata_type'
instead of'data_type'
.The text was updated successfully, but these errors were encountered: