You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
h5py (and thus pynwb and nwbinspector) returns compound types as tuples which are indexed in a particular order. In MatNWB the only checks are for the existence of the fields and not their order. For complete compatibility, the nwb field order should also be
Steps to Reproduce
Run nwbinspector on any MatNWB data that uses a compound data type. When creating the compound type, the order of the fields should not match what is listed on the nwb-schema.
What happened?
h5py (and thus pynwb and nwbinspector) returns compound types as tuples which are indexed in a particular order. In MatNWB the only checks are for the existence of the fields and not their order. For complete compatibility, the nwb field order should also be
Steps to Reproduce
Run
nwbinspector
on any MatNWB data that uses a compound data type. When creating the compound type, the order of the fields should not match what is listed on thenwb-schema
.Error Message
No response
Operating System
Windows
Matlab Version
r2019a
Code of Conduct
The text was updated successfully, but these errors were encountered: