-
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
problem validating bool #1298
Comments
@bendichter I looked into this, and here's what I believe is going on:
It seems like the solution here should be to update the validator in |
@dsleiter thanks for tracking this down. I agree, it sounds like allowing |
* Fix hdmf-dev#504 * Ref NeurodataWithoutBorders/pynwb#1298 * Include bool as a scalar type
A fix for this has been implemented here: hdmf-dev/hdmf#505 , and should be available as of the next |
Running validation on the Neuropixel file found here reveals an issue with the validator when validating a boolean value. It appears there is a confusion between
bool
andbool_
.The text was updated successfully, but these errors were encountered: