ScottishCovidResponse / SCRCIssueTracking

Central issue tracking repository for all repos in the consortium
6 stars 0 forks source link

Forward prediction mode requires observational data #733

Closed peter-t-fox closed 4 years ago

peter-t-fox commented 4 years ago

The observational data in the scot_data.csv and scot_deaths.csv files are used in inference mode, to compare the model's predicted cases/deaths with actual cases/deaths. The data in these files are not required in forward prediction mode.

When starting a run in forward prediction mode, the run terminates with an error if the above files are not present. The code needs to be updated to remove this unnecessary dependency.

github-actions[bot] commented 4 years ago

Heads up @thibaud-porphyre @peter-t-fox - the "Covid19_EERAModel" label was applied to this issue.

kzscisoft commented 4 years ago

Closing issue as scot_data is required for all model runs as part of the setup, this is not a bug.