-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)
Description
What would you like to see added to PyNWB?
DynamicTable has an additional constructor argument "target_tables", a dict that specifies the mapping of DynamicTableRegion columns to the table. This is especially useful for auto-generated classes that extend DynamicTable. However, classes that extend a subclass of DynamicTable, e.g., TimeIntervals, cannot use this because "target_tables" is not in the argument list.
Is your feature request related to a problem?
What solution would you like?
We should add "target_tables" to the argument list.
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
- I agree to follow this project's Code of Conduct
- Have you checked the Contributing document?
- Have you ensured this change was not already requested?
Metadata
Metadata
Assignees
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)