Skip to content

Commit 0836236

Browse files
ReadME's now point to correct file locations
1 parent c6ba4ee commit 0836236

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/covasim_/doubling_beta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To run this case study:
1414
1. Ensure all project dependencies are installed by running `pip install .` from the top
1515
level of this directory (instructions are provided in the project README).
1616
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`.
1818

1919
This will print out a series of test results covering a range of different causal questions that correspond to those
2020
in Table 3 of the paper.

examples/covasim_/vaccinating_elderly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To run this case study:
1919
level of this directory (instructions are provided in the project README).
2020
2. Additionally, in order to run Covasim, install version 3.0.7 by running `pip install covasim==3.0.7`.
2121
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`.
2323

2424
This will run Covasim as described above and print out the causal test results for the effect of each input on each
2525
output.

examples/lr91/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To run this case study:
1818
1. Ensure all project dependencies are installed by running `pip install .` in the top level directory
1919
(instructions are provided in the project README).
2020
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`
2222

2323
This should print a series of causal test results covering the effects of a range of different sized interventions made
2424
to the inputs on APD90, and should also plot Figure 2 from the paper.

0 commit comments

Comments
 (0)