FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Nov 07, 2022
    • 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
  2. Nov 04, 2022
  3. Nov 03, 2022
  4. Nov 01, 2022
  5. Oct 26, 2022
  6. 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
  7. Oct 20, 2022
  8. Oct 10, 2022
    • J.W. Smith's avatar
      chore: Switch source calc from R version to python · fec30843
      J.W. Smith authored
      This relates to developments to ease the maintenance
      of the forecast system. With this development, there is no R code to
      actively maintain. Moving from git project wheat-source-generation to
      ews-source-generation. The python code has been validated for
      identical performance to the R version. The only differences are
      small changes from the underlying shapefile reading packages
      (see notes-on-rewriting-in-python.txt in ews-source-generation).
      
      Keeping the option to used the R code for some time in case any
      follow-up investigation is required.
      fec30843
  9. Oct 03, 2022
Loading