Skip to content

Commit 02e33f4

Browse files
Expand Lr91 README.md
1 parent 9baf98d commit 02e33f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/lr91/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ cause APD90 to increase, and increasing G_Na and G_Kp to have no significant eff
1010
can be found in Section 5.2 of the paper.
1111

1212
## How to run
13+
There are two versions of this case study:
14+
1. `causal_test_max_conductances.py` which has a for loop to iteratively call the `causal_test_engine`
15+
2. `causal_test_max_conductances_test_suite.py`, which uses the `causal_test_suite` object to interact with the `causal_test_engine`
16+
1317
To run this case study:
1418
1. Ensure all project dependencies are installed by running `pip install .` in the top level directory
1519
(instructions are provided in the project README).
1620
2. Change directory to `causal_testing/examples/lr91`.
17-
3. Run the command `python causal_test_max_conductances.py`
21+
3. Run the command `python causal_test_max_conductances.py` or `python causal_test_max_conductances_test_suite.py`
1822

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

0 commit comments

Comments
 (0)