Skip to content
Snippets Groups Projects
  1. Mar 10, 2023
    • 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
  2. Mar 09, 2023
  3. Mar 07, 2023
  4. Mar 06, 2023
  5. Mar 03, 2023
  6. Feb 23, 2023
  7. Feb 21, 2023
  8. Feb 20, 2023
Loading