Replies: 2 comments 4 replies
|
Based on the error, it looks like the file is indeed not valid, because both |
4 replies
|
Yes, sharing via google drive works. It would be good to also share with @lawrence-mbf and @rly so we can take a look. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi folks,
I'm trying to open a file that my lab generated with a pipeline that outputs NWB files. I have confirmed that I can open it with MatNWB. PyNWB, on the other hand, gives seemingly dissonant results. The validation utility says the file is fine:
but the inspector complains about the file:
If I try to edit the PyNWB source to "dodge" that error, it just keeps finding more. If I couldn't open the file without trouble in Matlab, I would think there's something really wrong with it! Has anyone run into this kind of issue before?
All reactions