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
phases=timeline.getPhases() # gets all defined phases (even after horizon ends)last_phase=phases[-1]
k0=last_phase.getStartNode() # the absolute start node of this phase, where 0 is the current horizon startN=last_phase.getNNodes() # the duration of this phase, in nodes
This way, the first node for which no phase is defined shall be k0 + N. This is useful per me
The text was updated successfully, but these errors were encountered:
Even if this is outside the horizon.
Expected usage (by me)
This way, the first node for which no phase is defined shall be
k0 + N
. This is useful per meThe text was updated successfully, but these errors were encountered: