Skip to content
Snippets Groups Projects
  1. Apr 21, 2022
  2. Apr 20, 2022
  3. Apr 19, 2022
    • Lionel GUEZ's avatar
      Polish · ae02d2af
      Lionel GUEZ authored
      ae02d2af
    • Lionel GUEZ's avatar
      Print properties of graph neatly · cfb2fffa
      Lionel GUEZ authored
      Simply printing g displays the address of the graph, which may change
      between runs. This was not convenient for the comparison of runs.
      cfb2fffa
    • Lionel GUEZ's avatar
      Write timing to a separate file · cdc1447d
      Lionel GUEZ authored
      To ease comparison of runs.
      cdc1447d
    • Lionel GUEZ's avatar
      Read an arbitrary list of SHPC · ad5af668
      Lionel GUEZ authored
      Do not assume that each SHPC corresponds to a given year. Do not
      impose any directory structure on the input SHPC. We have to bisect
      through the list of `d_init` to find the SHPC containing a given date,
      as in program `eddy_graph`.
      ad5af668
    • Lionel GUEZ's avatar
      Polish · 14ef373f
      Lionel GUEZ authored
      14ef373f
    • Lionel GUEZ's avatar
      Do not loop on years · 7360b14c
      Lionel GUEZ authored
      Since we no longer load all the contents of shapefiles for a given
      year in advance, we no longer need to process the segments year by
      year. Motivation: this will allow us to get free of the imposed
      arborescence of SHPC by year.
      7360b14c
    • Lionel GUEZ's avatar
      Polish · 9ba75bf0
      Lionel GUEZ authored
      9ba75bf0
    • Lionel GUEZ's avatar
      Create properties in `cost_function.py` · a2815998
      Lionel GUEZ authored
      Create properties in `cost_function.py` rather than in
      `segments.py`. We do not use these properties in `segments.py`.
      a2815998
  4. Apr 14, 2022
Loading