ScottishCovidResponse / SCRCIssueTracking

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

Move health board data extraction out of model runner #228

Open peter-t-fox opened 4 years ago

peter-t-fox commented 4 years ago

At present, the philosophy in the code is that all observational data (cases, deaths, etc.) are fed into the InferenceFramework::Run fuction, and it extracts the data pertaining to the specific health board of interest. For example:

It would make more sense for the set-up code to extract and compute the necessary data structures separately, and have the Model::Run function exclusively concerned with stepping through the model iterations based on the sanitised and validated input data provided by the set up code.

The remaining locations at which health board data extraction take place are:

github-actions[bot] commented 4 years ago

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