Commit ae7171e
committed
Updating duration, actions_ti, and other features in Task.py based on the sequence graph:
- sequence graph simplified (without labels) and with a title that describes the actions that are done by each checkpoint (and/or end) node.
- sequence graph calculates the total duration based on the thickest edge (largest duration) between the checkpoint nodes.
- assigns the duration back to task self while also populating actions_ti relative starting time of each action in the self. + removed a zero1 parent bd13d26 commit ae7171e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments