-
Notifications
You must be signed in to change notification settings - Fork 3
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
Correct Neuroconv Schema Inconsistency #410
Conversation
for more information, see https://pre-commit.ci
I too see that error in the dev console, but it ought to be caught by the inspector and rendered back as a ERROR type of inspector message |
I can confirm this is still a problem with something regarding the NWB GUIDE modifying the default metadata of that interface Running the conversion gallery: https://neuroconv.readthedocs.io/en/main/conversion_examples_gallery/segmentation/caiman.html produces a file without validation issues (or errors) My idea for the quick fix was just to pop |
Fixed. Just for our future reference, this was throwing an error on |
Works great now! |
This PR extends #406 to see if we could get a successful conversion to run by fixing the GUIDE's interpretation of the returned schema. Transforming the schema so the anomalous
properties
field in aarray
type is transformed into theitems
fields works to allow conversions.Note: The NWB Inspector doesn't like the resulting file, though, as the following error is thrown: