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
When an extension SubTable extends DynamicTable and get_class is used to auto-generate an API class, any columns defined in the SubTable extension, e.g., a VectorData with name "timestamp", should be set in both the columns tuple attribute on SubTable and using the name of the column, e.g., SubTable.timestamp. This is necessary for get_attr_value to work during building of the table when it is written to disk.
What happened?
When an extension
SubTable
extendsDynamicTable
andget_class
is used to auto-generate an API class, any columns defined in theSubTable
extension, e.g., aVectorData
with name "timestamp", should be set in both thecolumns
tuple attribute onSubTable
and using the name of the column, e.g.,SubTable.timestamp
. This is necessary forget_attr_value
to work during building of the table when it is written to disk.Steps to Reproduce
Traceback
No response
Operating System
macOS
Python Executable
Conda
Python Version
3.11
Package Versions
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: