Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    d0750f9e
    Write trajectories in graph order · d0750f9e
    Lionel GUEZ authored
    If segments were not in graph order in `traj_segm.json` then
    `draw_segments.py` would have to sort them after reading them. That
    would be possible but it is better to create directly trajectories in
    graph order in `trajectories.py`, as there is probably no time penalty
    for this.
    d0750f9e
    History
    Write trajectories in graph order
    Lionel GUEZ authored
    If segments were not in graph order in `traj_segm.json` then
    `draw_segments.py` would have to sort them after reading them. That
    would be possible but it is better to create directly trajectories in
    graph order in `trajectories.py`, as there is probably no time penalty
    for this.