CDCgov / wastewater-informed-covid-forecasting

Wastewater-informed COVID-19 forecasting models submitted to the COVID-19 Forecast Hub
https://cdcgov.github.io/wastewater-informed-covid-forecasting/
Apache License 2.0
38 stars 6 forks source link

Decide whether to track archived config files in git for production pipeline #58

Open kaitejohnson opened 1 week ago

kaitejohnson commented 1 week ago

Goal

We currently archive key forecast outputs in part by tracking them in git (see output/forecasts). We should arguably do the same for archived configuration files, which currently live in the .gitignore-d input/config directory.

Steps

My proposal

  1. Yes, track
  2. Track only for prod runs
  3. Put the archived config files in output/forecasts

If we are going to archive them in input/config/, then at minimum the production subfolder should be tracked in git, imo. It's currently .gitignore-d

_Originally posted by @dylanhmorris in https://github.com/cdcent/cfa-forecast-renewal-ww/pull/521#discussion_r1516553690_

tagging @kaitejohnson @seabbs @afmagee42 @swo for visibility