cmu-delphi / forecast-eval

delphi.cmu.edu/forecast-eval
MIT License
5 stars 2 forks source link

regenerate truth plot if aggregating over shared states #271

Closed nmdefries closed 1 year ago

nmdefries commented 1 year ago

When aggregating over shared locations (i.e. either when coverage is selected or when the "Total over states" location option is selected), we need to regenerate the truth plot when any new forecaster is added in case it changes the common location set. The old truth plot is reused when USE_CURR_TRUTH is TRUE, so we just need to set USE_CURR_TRUTH to FALSE.