Skip to content
Snippets Groups Projects
  1. Mar 23, 2023
  2. Mar 21, 2023
  3. Mar 16, 2023
  4. Mar 15, 2023
  5. Mar 13, 2023
  6. Mar 10, 2023
    • Lionel GUEZ's avatar
      Polish · a7c54832
      Lionel GUEZ authored
      a7c54832
    • Lionel GUEZ's avatar
      Polish · c678f407
      Lionel GUEZ authored
      Note that `traj_prop[source] == traj_prop[target]` at this line.
      c678f407
    • Lionel GUEZ's avatar
      Add option `-t` to `draw_segments.py` · 7e648529
      Lionel GUEZ authored
      So we do not have to symlink the file `traj_segm.json`.
      7e648529
    • Lionel GUEZ's avatar
      Use argparse · fc83518a
      Lionel GUEZ authored
      Because we want to add an option.
      fc83518a
    • Lionel GUEZ's avatar
      Bug fix: skip initial space · 4c00cc1b
      Lionel GUEZ authored
      This is required to read an edgelist coming from `eddy_graph`.
      4c00cc1b
    • Lionel GUEZ's avatar
      Polish · 9776b486
      Lionel GUEZ authored
      9776b486
    • Lionel GUEZ's avatar
      Bug fix: extend `inst_eddies` of predecessor · 5ac94643
      Lionel GUEZ authored
      Bug fix: extend `inst_eddies` of predecessor with `inst_edddies` of
      circumvented node, instead of just name of circumvented node. The bug
      is demonstrated in test `Edgelist_Isic_2` where segment 10 missed eddy
      12 and segment 13 missed eddy 15.
      5ac94643
    • Lionel GUEZ's avatar
      Polish · 9dc646dc
      Lionel GUEZ authored
      9dc646dc
    • Lionel GUEZ's avatar
      Bug fix: start list `inst_eddies` with vertex name · 435bd48f
      Lionel GUEZ authored
      Initialize the list `inst_eddies` with vertex name in the initial
      graph, which is the graph of eddies. Else the list for a segment may
      miss some instantaneous eddies. This bug is demonstrated in test
      `Edgelist_Isic_2` where segment 10 missed eddy 10 and segment 29
      missed 29.
      435bd48f
    • Lionel GUEZ's avatar
      Remove superfluous attribution · c368e491
      Lionel GUEZ authored
      It is useless to add to an attribute to v since, after the current
      iteration, v will be isolated, and so it will not be used in remaining
      iterations, and moreover it will be deleted after the loop.
      c368e491
    • Lionel GUEZ's avatar
      Bug fix: only delete circumvented vertex · 68fe1f3e
      Lionel GUEZ authored
      Do not delete delete v just because it is isolated. v may have become
      isolated at an earliest iteration because it is the first eddy in an
      isolated segment. The bug is demonstrated with test `Edgelist_Isic_2`,
      where vertex 29 was erroneously deleted.
      68fe1f3e
Loading