Note
Created summary report and started on research compendium.
Work log
Summary report
Produced summary report.
Research compendium
Started on research compendium…
- Moved
.csvfiles (patients.csv,travel_matrix.csv,units.csv) fromsim/todata/and modified file paths in scripts accordingly (model.pyandunits.py) - Moved
.pyfiles (sim_replicate.pyandsim_single.py) from main folder intosim/and modified import in notebook accordingly (reproduction.ipynb) - Created test for successful reproduction using pytest
- Amended
run_replications()to accept alternative path to save results to - Copied data from my successful reproduction from
output/totest/data - Copied parameters from
reproduction.ipynbintotest_model.py - Add
__init__.pytosim/and modified imports in each of the.pyscripts accordingly - Started on test to run the model and compare test results against saved results in the test folder
- Amended