FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. May 10, 2023
  2. May 05, 2023
  3. Apr 26, 2023
  4. Apr 24, 2023
  5. Apr 17, 2023
  6. Apr 12, 2023
  7. Mar 14, 2023
  8. Feb 07, 2023
  9. Jan 27, 2023
  10. 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
  11. 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
  12. Jan 12, 2023
  13. Jan 11, 2023
  14. Dec 16, 2022
  15. Dec 08, 2022
  16. Nov 23, 2022
  17. Nov 15, 2022
  18. Nov 09, 2022
  19. Nov 08, 2022
  20. 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
  21. Nov 04, 2022
Loading