ScottishCovidResponse / SCRCIssueTracking

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

Use example files for tests #661

Closed ianhinder closed 4 years ago

ianhinder commented 4 years ago

At the moment, the model is changing rapidly, and the test files are just copies of the examples with minor changes. This means they have to keep on being updated. To avoid this, we can just use the example files as the test files.

test_sim.toml: No changes from sim.toml test_inf.toml: nsamp = 2, propsmethod = fixednum test_inf_parallel.toml: Should be nsamp=2, propsmethod = fixednum, nchain=2, but this seems to have been forgotten or lost!

We need to find the best way to include these modifications.

github-actions[bot] commented 4 years ago

Heads up @chrispooley @ianhinder @rwj11 - the "BEEPmbp" label was applied to this issue.

ianhinder commented 4 years ago

I'm working on an implementation where the TOML file can include another TOML file.

ianhinder commented 4 years ago

Implemented, working and pushed.