ScottishCovidResponse / SCRCIssueTracking

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

Add example simulated data to examples/Data_example #608

Closed ianhinder closed 4 years ago

ianhinder commented 4 years ago

At the moment, there is example data for populations, flow, mixing, etc in examples/Data_example. This is enough to run a simulation, which then generates the data for the transitions (cases, deaths, etc), which is then enough to run inference.

However, it's not possible to run inference directly on the provided data, as the transition data isn't provided. I think it would make sense to add simulated data to examples/Data_example, so we can run inference directly from it without having to run a simulation first. This will help a lot with regression testing. With the recent change to write simulated data into outputdir rather than datadir, this shouldn't cause any problems with git. @chrispooley , what do you think? Can I commit the simulation results to this directory?

chrispooley commented 4 years ago

This has now been added.