Skip to content

Commit

Permalink
Reduce viral load testing for PLHIV on ART (#1520)
Browse files Browse the repository at this point in the history
* add new parameter to scale-up VMMC from 2019 onwards to match reported data

* reduce viral load testing to occur every 2 years

* remove mihpsa sheet in ResourceFile_HIV.xlsx

* merge in PR 1456 - increase VMMC after 2019

* merge in PR 1456 - increase VMMC after 2019

* address comments in PR #1456

* revert analysis script

* remove ResourceFile_HIV.xlsx and add new parameter into csv file

* remove references to ResourceFile_HIV.xlsx

* add parameter increase_in_prob_circ_2019 to parameters.csv

---------

Co-authored-by: Tim Hallett <39991060+tbhallett@users.noreply.github.com>
  • Loading branch information
tdm32 and tbhallett authored Dec 17, 2024
1 parent 2e6cb9c commit 3c407a4
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 1,074 deletions.
4 changes: 2 additions & 2 deletions resources/ResourceFile_HIV/parameters.csv
Git LFS file not shown
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 3c407a4

Please sign in to comment.