-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Milestone
Description
The current ImageSequence implementation is not listing channel_Index as a parent object or attribute
python-neo/neo/core/imagesequence.py
Line 89 in 593aff3
| _single_parent_objects = ("Segment",) |
python-neo/neo/core/imagesequence.py
Line 90 in 593aff3
| _single_parent_attrs = ("segment",) |
However, indirectly this attribute is generated by inherited BaseSignal methods, e.g.
python-neo/neo/core/basesignal.py
Line 83 in 593aff3
| self.channel_index = getattr(obj, 'channel_index', None) |
channel_index set.@apdavison Is there a reason for not explicitely listing ChannelIndex as a parent of ImageSequence?
Metadata
Metadata
Assignees
Labels
No labels