You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/poisson-line-process/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ To run this case study:
6
6
1. Ensure all project dependencies are installed by running `pip install .` in the top level directory
7
7
(instructions are provided in the project README).
8
8
2. Change directory to `causal_testing/examples/poisson-line-process`.
9
-
3. Run the command `python test_poisson_process.py`
9
+
3. Run the command `python example_poisson_process.py`
10
10
11
11
This should print a series of causal test results and produce two CSV files. `intensity_num_shapes_results_random_1000.csv` corresponds to table 1, and `width_num_shapes_results_random_1000.csv` relates to our findings regarding the relationship of width and `P_u`.
0 commit comments