MatNWB does not check if electrodes dynamic tables or band dynamic tables have the required datasets included according to how they are defined in the nwb schemas.
The following code should produce errors because the names of columns (colnames) in the dynamic table does not match the schema definition, but the code runs fine and the electrodes table can be exported to an NWB file without problem
What happened?
MatNWB does not check if
electrodes
dynamic tables orband
dynamic tables have the required datasets included according to how they are defined in the nwb schemas.The following code should produce errors because the names of columns (
colnames
) in the dynamic table does not match the schema definition, but the code runs fine and the electrodes table can be exported to an NWB file without problemSteps to Reproduce
Error Message
No response
Operating System
macOS
Matlab Version
R2023b
Code of Conduct