-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Description
Since #67 brought to light some issues with the initialization of SymbolicData objects (TimeData objects specifically) we need to find a coherent and uniform interface to initialize SymbolicData objects.
A possible solution for TimeData would be to have the data property reference _full_data instead of _data. In this way when self.initializer is called from initialize it will get as an argument the full data array instead of the data array with the hidden indexes.
This would also have the effect of removing the time padding from the user point of view.
Initial discussion with @mlange05 here: 09dc155#commitcomment-18517910
Metadata
Metadata
Assignees
Labels
No labels