Skip to content

Commit

Permalink
remove references to ResourceFile_HIV.xlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tdm32 committed Dec 17, 2024
1 parent 1e165d9 commit 3a9988a
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1,076 deletions.
3 changes: 0 additions & 3 deletions resources/ResourceFile_HIV.xlsx

This file was deleted.

3 changes: 0 additions & 3 deletions resources/~$ResourceFile_HIV.xlsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/scripts/hiv/projections_jan2023/calibration_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self):
self.runs_per_draw = runs_per_draw

self.sampled_parameters = pd.read_excel(
os.path.join(self.resources, "../../../../resources/ResourceFile_HIV.xlsx"),
os.path.join(self.resources, "../../../../resources/ResourceFile_HIV/parameters.csv"),
sheet_name="LHC_samples",
)

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/hiv/projections_jan2023/output_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def make_plot(model=None, data_mid=None, data_low=None, data_high=None, title_st
data_tb_ntp = data_tb_ntp.drop(columns=["year"])

# HIV resourcefile
xls = pd.ExcelFile(resourcefilepath / "ResourceFile_HIV.xlsx")
xls = pd.ExcelFile(resourcefilepath / "ResourceFile_HIV/parameters.csv")

# HIV UNAIDS data
data_hiv_unaids = pd.read_excel(xls, sheet_name="unaids_infections_art2021")
Expand Down
Loading

0 comments on commit 3a9988a

Please sign in to comment.