Skip to content

Commit

Permalink
Added a component of xray screening so its targeted in people with Tb…
Browse files Browse the repository at this point in the history
… symptoms other than general pop. Also added loggers to print treatment IDs
  • Loading branch information
nchagoma503 committed Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f9ff699 + 78ae9b6 commit 6ddfa41
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion resources/ResourceFile_TB/parameters.csv
Git LFS file not shown
Original file line number Diff line number Diff line change
@@ -3,17 +3,14 @@
It can be submitted on Azure Batch by running:
tlo batch-submit src//scripts/hiv/DAH/tb_DAH_scenarios2x.py
tlo batch-submit src//scripts/hiv/DAH/tb_DAH_scenarios10x.py
or locally using:
tlo scenario-run src/scripts/hiv/DAH/tb_DAH_scenarios2x.py
tlo scenario-run src/scripts/hiv/DAH/tb_DAH_scenarios10x.py
execute a single run:
tlo scenario-run src/scripts/hi/DAH/tb_DAH_scenarios2x.py --draw 1 0
tlo scenario-run src/scripts/hi/DAH/tb_DAH_scenarios10x.py --draw 1 0
check the batch configuration gets generated without error:
tlo scenario-run --draw-only src/scripts/hiv/DAH/tb_DAH_scenarios2x.py
tlo scenario-run --draw-only src/scripts/hiv/DAH/tb_DAH_scenarios10x.py
"""

@@ -53,7 +50,7 @@ def __init__(self):

def log_configuration(self):
return {
'filename': 'tb_DAH_scenarios2x',
'filename': 'tb_DAH_scenarios10x',
'directory': Path('./outputs/[email protected]'),
#'directory': Path(r'./outputs'),
'custom_levels': {

0 comments on commit 6ddfa41

Please sign in to comment.