Skip to content

Commit

Permalink
uncommenting some blocks of code
Browse files Browse the repository at this point in the history
  • Loading branch information
mnjowe committed Sep 4, 2023
1 parent 6507393 commit 8c8042c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/scripts/copd_analyses/copd_calibrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,14 @@ def get_simulation(popsize):


# run simulation and store logfile path
# sim = get_simulation(50000)
# path_to_logfile = sim.log_filepath
path_to_logfile = Path('./outputs/copd_analyses__2023-08-24T170704.log')
sim = get_simulation(50000)
path_to_logfile = sim.log_filepath

# initialise Copd analyses class
copd_analyses = CopdCalibrations(logfile_path=path_to_logfile)

# plot lung function categories per each category
# copd_analyses.copd_prevalence()
copd_analyses.copd_prevalence()

# Examine rate of death by lung function
copd_analyses.rate_of_death_by_lungfunction_category()

0 comments on commit 8c8042c

Please sign in to comment.