Skip to content

Commit b6b7306

Browse files
committed
remove misleading comment
1 parent a038a8a commit b6b7306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_wasting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def test_nat_hist_cure_if_death_scheduled(tmpdir):
779779
# since there is zero recovery rate, check death event is scheduled
780780
assert isinstance(sim.find_events_for_person(person_id)[1][1], SevereAcuteMalnutritionDeathEvent)
781781

782-
# Run Severe Acute Malnutrition Death Event scheduled for this person:
782+
# Check a date of death is scheduled. it should be any date in the future:
783783
death_event_tuple = [event_tuple for event_tuple in sim.find_events_for_person(person_id)
784784
if isinstance(event_tuple[1], SevereAcuteMalnutritionDeathEvent)][0]
785785
date_of_scheduled_death = death_event_tuple[0]

0 commit comments

Comments
 (0)