Skip to content

Deal with method previous() in DeepTrackNode #349

@giovannivolpe

Description

@giovannivolpe

Background Issue

The method previous() in DeepTrackNode seems largely a repeat of current_value() minus no error if the ID is not valid (but still an error if the value is not yet calculated). Furthermore, it seems to be used only in SequentialProperty.

Possible Solution

  • Short-term: Move previous() into SequentialProperty (seems to work).

  • Long-term: Eliminate previous() and use current_value() in SequentialProperty (it gives some errors though).

  • Documentation, tutorials and unit tests for DeepTrackNode need also to be adjusted accordingly.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions