File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ To run this case study:
14
14
1 . Ensure all project dependencies are installed by running ` pip install . ` from the top
15
15
level of this directory (instructions are provided in the project README).
16
16
2 . Change directory to ` causal_testing/examples/covasim_/doubling_beta ` .
17
- 3 . Run the command ` python test_beta .py ` .
17
+ 3 . Run the command ` python example_beta .py ` .
18
18
19
19
This will print out a series of test results covering a range of different causal questions that correspond to those
20
20
in Table 3 of the paper.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ To run this case study:
19
19
level of this directory (instructions are provided in the project README).
20
20
2 . Additionally, in order to run Covasim, install version 3.0.7 by running ` pip install covasim==3.0.7 ` .
21
21
3 . Change directory to ` causal_testing/examples/covasim_/vaccinating_elderly ` .
22
- 4 . Run the command ` python test_vaccine .py ` .
22
+ 4 . Run the command ` python example_vaccine .py ` .
23
23
24
24
This will run Covasim as described above and print out the causal test results for the effect of each input on each
25
25
output.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ To run this case study:
18
18
1 . Ensure all project dependencies are installed by running ` pip install . ` in the top level directory
19
19
(instructions are provided in the project README).
20
20
2 . Change directory to ` causal_testing/examples/lr91 ` .
21
- 3 . Run the command ` python test_max_conductances .py ` or ` python test_max_conductances_test_suite .py `
21
+ 3 . Run the command ` python example_max_conductances .py ` or ` python example_max_conductances_test_suite .py `
22
22
23
23
This should print a series of causal test results covering the effects of a range of different sized interventions made
24
24
to the inputs on APD90, and should also plot Figure 2 from the paper.
You can’t perform that action at this time.
0 commit comments