-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a component of xray screening so its targeted in people with Tb…
… symptoms other than general pop. Also added loggers to print treatment IDs
- Loading branch information
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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': { | ||
|