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
As identified by @rly in #571 while nesting of AlignedDynamicTable is in principle allowed (i.e., use an AlignedDynamicTable as a category for a AlignedDynamicTable), this behavior is currently not supported by AlignedDynamicTable.__getitem__, AlignedDynamicTable.to_dataframe. Implementing this behavior is not trivial. For now we should make sure that errors are raised to prevent users from nesting AlignedDynamicTable and making it clear in the api docs and tutorial that this is not permitted.
Checklist
Have you ensured the bug was not already reported ?
Have you included a brief and descriptive title?
Have you included a clear description of the problem you are trying to solve?
Have you included a minimal code snippet that reproduces the issue you are encountering?
* Fix 570 Add tutorial for AlignedDynamicTable
* Fix 569 Remove gallery files on make clean
* Fix#572 Add thumbnails for tutorials
* Fix#574 Do not allow AlignedDynamicTable as category for an AlignedDynamicTable
* Fix docstring formatting of AlignedDynamicTable
* Update CHANGELOG
* Fix test_alignedtable to use assertRaisesWith
Co-authored-by: Ryan Ly <[email protected]>
Description
As identified by @rly in #571 while nesting of
AlignedDynamicTable
is in principle allowed (i.e., use anAlignedDynamicTable
as a category for aAlignedDynamicTable
), this behavior is currently not supported byAlignedDynamicTable.__getitem__
,AlignedDynamicTable.to_dataframe
. Implementing this behavior is not trivial. For now we should make sure that errors are raised to prevent users from nestingAlignedDynamicTable
and making it clear in the api docs and tutorial that this is not permitted.Checklist
The text was updated successfully, but these errors were encountered: