Skip to content

Commit 6b9a485

Browse files
committed
wast: fix tx bug (if complications not resolved -> another round of ITC!)
1 parent 7cb43bb commit 6b9a485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tlo/methods/wasting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ def log_tx_outcome():
10821082
else: # complications persist hence send for another round of ITC
10831083
df.at[person_id, 'un_am_discharge_date'] = outcome_date
10841084
self.sim.modules['HealthSystem'].schedule_hsi_event(
1085-
hsi_event=HSI_Wasting_OutpatientTherapeuticProgramme_SAM(module=self, person_id=person_id),
1085+
hsi_event=HSI_Wasting_InpatientTherapeuticCare_ComplicatedSAM(module=self, person_id=person_id),
10861086
priority=0, topen=outcome_date)
10871087

10881088
log_tx_outcome()

0 commit comments

Comments
 (0)