-
Notifications
You must be signed in to change notification settings - Fork 7
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
error: nwb_version "b'2.2.4'" is not a proper semantic version. See http://semver.org #2243
Comments
This looks very similiar to NeurodataWithoutBorders/pynwb#1668. I'll followup on the linked issue. |
I don't think so as nothing in the nwb schema has changed in that regard. I'll chat with Tim about this issue here. |
Note to self: Created NeurodataWithoutBorders/pynwb#1953 for the python runtime warning:
|
@nrsc We'll come up with a fix. |
Note to self: |
@t-b Thanks! |
Hello All,
I've run a mass file conversion from pxp to nwbV2 using MEIS (2.7_20230809-990-ga2063f945), and eventually when trying to upload the nwb files as a dandiset I get an error during the validation.
The good folks over at dandi seem to think issue is that the nwb version is being written as a
fixed length string
instead of avariable length string
during the conversion, and this causes the nwb file to fail validation and file will not be uploaded to the server.Looks like I may have a quick fix to rewrite the
nwb_version
attribute as a variable length string, and I will follow up on that.Scott
The text was updated successfully, but these errors were encountered: