File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,15 @@ cause APD90 to increase, and increasing G_Na and G_Kp to have no significant eff
10
10
can be found in Section 5.2 of the paper.
11
11
12
12
## 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
+
13
17
To run this case study:
14
18
1 . Ensure all project dependencies are installed by running ` pip install . ` in the top level directory
15
19
(instructions are provided in the project README).
16
20
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 `
18
22
19
23
This should print a series of causal test results covering the effects of a range of different sized interventions made
20
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