Skip to content

Commit

Permalink
Merge pull request #153 from marshall-lab/fix-scott-haart
Browse files Browse the repository at this point in the history
fix: use prob instead of timeline scaling
  • Loading branch information
mcmcgrath13 authored Feb 1, 2021
2 parents c3430ca + fde88cb commit 600cd02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion titan/settings/scott/demographics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ demographics:
stop: 999
adherence:
init: 1.0
prob: 1.0
prob: 0.7
discontinue: 0.000
death_rate:
base: 16.6
Expand Down
20 changes: 0 additions & 20 deletions titan/settings/scott/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,26 +87,6 @@ timeline_scaling:
start_time: -47
stop_time: 9999
scalar: 0
adh_prob_HF_None: # make viral suppression probability 0.7 after initial pop creation
parameter: demographics|white|sex_type|HF|drug_type|None|haart|adherence
start_time: -47
stop_time: 9999
scalar: 0.7
adh_prob_HM_None: # make viral suppression probability 0.7 after initial pop creation
parameter: demographics|white|sex_type|HM|drug_type|None|haart|adherence
start_time: -47
stop_time: 9999
scalar: 0.7
adh_prob_HF_Inj: # make viral suppression probability 0.7 after initial pop creation
parameter: demographics|white|sex_type|HF|drug_type|Inj|haart|adherence
start_time: -47
stop_time: 9999
scalar: 0.7
adh_prob_HM_Inj: # make viral suppression probability 0.7 after initial pop creation
parameter: demographics|white|sex_type|HM|drug_type|Inj|haart|adherence
start_time: -47
stop_time: 9999
scalar: 0.7

classes:
sex_types:
Expand Down

0 comments on commit 600cd02

Please sign in to comment.