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
44 stars 8 forks source link

Fix failed post-process runs #158

Closed kaitejohnson closed 2 months ago

kaitejohnson commented 2 months ago

Goal

Current pipeline writes to a files_missing folder where we can see which outputs were expected from the config and weren't able to be generated. This currently include 216 combinations of forecast dates and locations. Many of these are places where the input_ww_data is just a df of 0 rows, but others are places with wastewater data that will run locally.

Tasks

kaitejohnson commented 2 months ago

Closed with #159