We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5a2f1 commit daaff29Copy full SHA for daaff29
src/tlo/methods/healthsystem.py
@@ -353,7 +353,7 @@ def initialise(self):
353
# If there are bed-days specified, add (if needed) the in-patient admission and in-patient day Appointment
354
# Types.
355
# (HSI that require a bed for one or more days always need such appointments, but this may have been
356
- # missed in the declaration of the `EXPECTED_APPPT_FOOTPRINT` in the HSI.)
+ # missed in the declaration of the `EXPECTED_APPT_FOOTPRINT` in the HSI.)
357
# NB. The in-patient day Appointment time is automatically applied on subsequent days.
358
if sum(self.BEDDAYS_FOOTPRINT.values()):
359
self.EXPECTED_APPT_FOOTPRINT = health_system.bed_days.add_first_day_inpatient_appts_to_footprint(
0 commit comments