Skip to content

Commit

Permalink
Update src/tlo/methods/copd.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Hallett <[email protected]>
  • Loading branch information
mnjowe and tbhallett authored Aug 29, 2023
1 parent a88d6be commit ec45bf5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tlo/methods/copd.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,6 @@ def do_logging(self):
data=flatten_multi_index_series_into_dict_for_logging(counts)
)

# _ex_tobacco_smokers = df.loc[df.is_alive].groupby(by='li_date_not_tob').size()
# logger.info(
# key='ex_smokers',
# description='Proportion of alive persons in each COPD category ever smoked tobacco',
# data=_ex_tobacco_smokers
# )

def give_inhaler(self, person_id: int, hsi_event: HSI_Event):
"""Give inhaler if person does not already have one"""
df = self.sim.population.props
Expand Down

0 comments on commit ec45bf5

Please sign in to comment.