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

Save calibration figure with eval in pipeline + save all post processing figures #39

Open kaitejohnson opened 3 months ago

kaitejohnson commented 3 months ago

Problem

The postprocessing figures are in targets so we can work with them easily, the calibration figures would be made as part of the azure loop so we would want to just add to the command line script to separately save this in the nested file structure.

I think basically this just means adding a few lines to the functions that produce the figures for the figures we want to save to disk for each run

Requirements