NeurodataWithoutBorders / matnwb

A Matlab interface for reading and writing NWB files
BSD 2-Clause "Simplified" License
50 stars 32 forks source link

MatNWB/PyNWB file incompatibility #22

Closed mcafaro closed 5 years ago

mcafaro commented 6 years ago

Many of the tests writing a file in MatNWB and trying to open it in PyNWB fail. Most appear to fail because MatNWB writes empty datasets when the datasets have not been assigned/set by the user or a default value. PyNWB does not expect these empty datasets. Not sure if that’s considered a PyNWB or MatNWB issue.

Failing tests:

>> nwbtest('Name', 'tests.system.*/*PyNWB')
mcafaro commented 6 years ago

Related to #16

lawrence-mbf commented 5 years ago

This has been fixed.