@@ -125,15 +125,16 @@ mod test {
125125 "include": false
126126 },
127127 "infectiousness_rate_fn": {"Constant": {"rate": 1.0, "duration": 5.0}},
128+ "symptom_age_groups": {"Young": 0, "Old": 50},
128129 "probability_mild_given_infect": 0.7,
129130 "infect_to_mild_delay": {"mu": 0.1, "sigma": 0.0},
130- "probability_severe_given_mild": 0.2 ,
131+ "probability_severe_given_mild": {"Young": 0.05, "Old": 0.3} ,
131132 "mild_to_severe_delay": {"mu": 0.1, "sigma": 0.1},
132133 "mild_to_resolved_delay": {"mu": 0.1, "sigma": 0.1},
133- "probability_critical_given_severe": 0.2 ,
134+ "probability_critical_given_severe": {"Young": 0.05, "Old": 0.1} ,
134135 "severe_to_critical_delay": {"mu": 0.1, "sigma": 0.1},
135136 "severe_to_resolved_delay": {"mu": 0.1, "sigma": 0.1},
136- "probability_dead_given_critical": 0.2 ,
137+ "probability_dead_given_critical": {"Young": 0.005, "Old": 0.1} ,
137138 "critical_to_dead_delay": {"mu": 0.1, "sigma": 0.1},
138139 "critical_to_resolved_delay": {"mu": 0.1, "sigma": 0.1},
139140 "settings_properties": {},
0 commit comments