Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Graham <matthew.m.graham@gmail.com>
  • Loading branch information
tbhallett and matt-graham authored Dec 13, 2024
1 parent 87a85a9 commit 84b2f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tlo/methods/healthsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ def _get_events_due_today(self,) -> Tuple[List, List]:
)

elif event.target not in alive_persons:
# if individual level event and the person who is the target is no longer alive, do nothing more,
# if the person who is the target is no longer alive, do nothing more,
# i.e. remove from heapq
pass

Expand Down Expand Up @@ -2327,7 +2327,7 @@ def process_events_mode_2(self, hold_over: List[HSIEventQueueItem]) -> None:
)

elif event.target not in alive_persons:
# if individual level event and the person who is the target is no longer alive,
# if the person who is the target is no longer alive,
# do nothing more, i.e. remove from heapq
pass

Expand Down Expand Up @@ -2501,7 +2501,7 @@ def process_events_mode_2(self, hold_over: List[HSIEventQueueItem]) -> None:
)

elif event.target not in alive_persons:
# if individual level event and the person who is the target is no longer alive,
# if the person who is the target is no longer alive,
# do nothing more, i.e. remove from heapq
pass

Expand Down

0 comments on commit 84b2f5b

Please sign in to comment.