imperialCHEPI / healthgps

Global Health Policy Simulation model (Health-GPS)
https://imperialchepi.github.io/healthgps/
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Runner simplify #463

Closed jamesturner246 closed 4 days ago

jamesturner246 commented 6 days ago

Taming the beast 1/?. Straightforward change.

The only code changes are to remove the useless Simulation interface, rename HealthGPS to Simulation and to use start time from model definition instead of redundant context entry.

The remainder is renaming things.

Fixes #462.