MRC-CSO-SPHSU / UKSEABMLib.jl

MIT License
1 stars 1 forks source link

uniform default values for population types across simulation functions #67

Closed AtiyahElsheikh closed 1 year ago

AtiyahElsheikh commented 1 year ago

Simulation functions may accept additional argument that specifies the population type (e.g. whether a population contains dead people or just alive people). It seems that some simulation functions assume that alive population as a default and other assume full population as a default. This needs to be consistent.