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
Errorusing assertSpecialcolumn `id` of DynamicTable needs to match the detected height of 0. Found 213 IDs.Errorin types.util.dynamictable.checkConfig (line 65)
assert(tableHeight== getVectorHeight(DynamicTable.id), ...
Errorin types.core.TimeIntervals (line 45)types.util.dynamictable.checkConfig(obj);
Hi @jc192015 did you base this code off of one of our tutorials? The validation for the shape of the TimeIntervals table assumes that all columns defined by colname are populated with the same number of rows as id is. This is the meat of the error itself.
If you wish to add all 213 rows you need to set them all at once or use addRow in a loop per row.
What happened?
Failed to create a TimeIntervals table. I am wondering if there is something with the installed MatNWB (2.6.0).
Thank you in advance for your time.
Steps to Reproduce
Error Message
Operating System
Windows
Matlab Version
R2023a
Code of Conduct
The text was updated successfully, but these errors were encountered: