Skip to content
Snippets Groups Projects
  1. Feb 20, 2024
  2. Feb 19, 2024
  3. Feb 13, 2024
  4. Feb 12, 2024
  5. Jan 08, 2024
    • Lionel GUEZ's avatar
      Bug fix: correct test for part of beginning · d734fd01
      Lionel GUEZ authored
      Correct the test to know whether we can use part of the properties
      already calculated for the beginning of the segment. When `len_seg ==
      2 * n_days_avg`, `g.vp.inst_eddies[n][-n_days_avg:] =
      g.vp.inst_eddies[n][n_days_avg:]` so
      `g.vp.inst_eddies[n][:n_days_avg]` and
      `g.vp.inst_eddies[n][-n_days_avg:]` are disjoint. The bug comes from
      commit bdd0ce41.
      d734fd01
    • Lionel GUEZ's avatar
      Polish · 37c59453
      Lionel GUEZ authored
      37c59453
  6. Jan 03, 2024
  7. Jan 02, 2024
  8. Dec 26, 2023
  9. Dec 22, 2023
    • Lionel GUEZ's avatar
      Fetch cmake modules at configure-time · 4fab07f3
      Lionel GUEZ authored
      Instead of using a submodule. See Scott (2023 k1077, § 39.6.2 "Sharing
      CMake Modules And Commands"). The drawbacks are: the directory cmake
      is duplicated in each build directory; configuration requires a
      network connection. The advantages are: it is easier to download the
      project without git; we can more easily package a release.
      4fab07f3
  10. Dec 21, 2023
  11. Dec 20, 2023
  12. Dec 01, 2023
Loading