Skip to content

Commit

Permalink
Merge branch 'toy-interventions' of https://github.com/SABS-R3-Epidem…
Browse files Browse the repository at this point in the history
…iology/epiabm into toy-interventions
  • Loading branch information
KCGallagher committed Sep 26, 2023
2 parents 2faea26 + 5b10970 commit 50e6b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 deletions python_examples/toy_interventions/Int_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,27 +435,14 @@
"prop_other_parent_away": 0.0
},
"intervention_params": {
"disease_testing": {
"start_time": 0,
"policy_duration": 365,
"case_threshold": 0,
"testing_capacity": [100,1000],
"false_positive": [0.023, 0.0032],
"false_negative": [0.2, 0.222],
"testing_asympt_uninf": [0.5, 0.5, 0.5],
"asympt_uninf_pcr": [0.2, 0.2, 0.2],
"testing_sympt": [1, 1, 1],
"sympt_pcr": [0.5, 0.5, 0.5]
},

"case_isolation":
{"start_time": 0,
"policy_duration": 365,
"case_threshold": 0,
"isolation_delay": 0,
"isolation_duration": 7,
"isolation_probability": 0.9,
"use_testing": 1,
"use_testing": 0,
"isolation_effectiveness": 0.25,
"isolation_house_effectiveness": 0.5
},
Expand All @@ -465,7 +452,7 @@
"policy_duration": 365,
"case_threshold": 0,
"quarantine_delay": 0,
"quarantine_duration": 7,
"quarantine_duration": 14,
"quarantine_house_compliant": 0.75,
"quarantine_individual_compliant": 1.0,
"quarantine_house_effectiveness": 1.5,
Expand Down
2 changes: 1 addition & 1 deletion python_examples/toy_interventions/example_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def main():
# set parameters
repeats = 10
repeats = 5
# repeats = 2
# grid_sizes = [4, 15]
grid_sizes = [4]
Expand Down

0 comments on commit 50e6b52

Please sign in to comment.