Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce viral load testing for PLHIV on ART #1520

Merged
merged 17 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading