FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Apr 26, 2023
  2. Apr 24, 2023
  3. Apr 17, 2023
  4. Apr 12, 2023
  5. Mar 14, 2023
  6. Feb 07, 2023
  7. Jan 27, 2023
  8. Jan 26, 2023
    • J.W. Smith's avatar
      feat: Unit conversion of epi output · fb1d2c9c
      J.W. Smith authored
      This is required for the standard epi model output, which has units of
      ha_infected per ha_cell, because the model risk thresholds are fitted
      for units of ha_infected per ha_wheat.
      fb1d2c9c
  9. Jan 24, 2023
    • J.W. Smith's avatar
      fix: provide erroneously removed import · ebb3413b
      J.W. Smith authored
      ebb3413b
    • J.W. Smith's avatar
      feat: Clearup functionality · bce461a1
      J.W. Smith authored
      Optional config argument to delete mid-process files at the end of a
      successful job. There is an associated command-line flag '--clearup'.
      
      The reason for this feature is to provide a way to slim down data
      volumes of production runs. A lot of processing files are generated
      and production runs may only need to retain configuration, logs and
      outputs. Also, the inputs might be archived separately, so they
      wouldn't need to be retained in prod runs.
      
      Currently, files are moved to a hard-coded 'recycling bin' directory,
      and there is a minimal set of files set for clearup: only the deposition
      and environment tar files.
      
      This change requires some standard structure to outputs of
      processor_in_job functions, which would be more robust if
      a class structure is implemented.
      
      TODO: Implement a test for file clearup.
      bce461a1
    • J.W. Smith's avatar
      feat: Clearup functionality · c6610b10
      J.W. Smith authored
      chore: Tidy imports
      c6610b10
    • J.W. Smith's avatar
      55d676c7
    • J.W. Smith's avatar
      feat: Job path is passed to advisory_builder · f4ef69e3
      J.W. Smith authored
      f4ef69e3
  10. Jan 12, 2023
  11. Jan 11, 2023
  12. Dec 16, 2022
  13. Dec 08, 2022
  14. Nov 23, 2022
  15. Nov 15, 2022
  16. Nov 09, 2022
  17. Nov 08, 2022
  18. Nov 07, 2022
    • J.W. Smith's avatar
      0c7be7f4
    • J.W. Smith's avatar
      fix: Check tar file completeness before download · 9f19cef1
      J.W. Smith authored
      Before this commit, the process_pre_job_server_download() function would
      check if the necessary tar file exists on the remote server. But, because it is
       written there by sftp, and sftp doesn't generate any lock file or temp files, in-progress sftp writes look like they are available and the job continues. With this change, the job will only process if the tar file is completely written.
      9f19cef1
  19. Nov 04, 2022
  20. Nov 03, 2022
  21. Nov 01, 2022
  22. Oct 26, 2022
  23. Oct 24, 2022
    • J.W. Smith's avatar
      fix: Do not guess epi input file listers · 4249ad41
      J.W. Smith authored
      Because of changes to EpiPrepLister in the last few months, the file listers have changed name and are too complicated to guess. Now, it will be necessary for the user to specify them in the input config file. EpiPrepLister's docstring will have to guide the user clearly enough.
      4249ad41
Loading