We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c90605 commit 244dc85Copy full SHA for 244dc85
tests/test_wasting.py
@@ -483,6 +483,9 @@ def test_tx_recovery_to_MAM_severe_acute_malnutrition_without_complications(tmpd
483
death_event = death_event_tuple[1]
484
assert date_of_scheduled_death > sim.date
485
486
+ # Count how many Health System events scheduled for person before seeking care
487
+ nmb_hs_events = len(sim.modules["HealthSystem"].find_events_for_person(person_id))
488
+
489
hsp = HealthSeekingBehaviourPoll(sim.modules['HealthSeekingBehaviour'])
490
hsp.run()
491
0 commit comments