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

Separate out migration into module #460

Open jamesturner246 opened 1 week ago

jamesturner246 commented 1 week ago

In order to do adjustable module ordering #383, we need to turn migration into a module.

Right now, migration is computed inside the runner, and must be done after demographic but before others, preventing vectorisation of modules.