We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3137eaf commit f38c6eeCopy full SHA for f38c6ee
examples/poisson-line-process/example_poisson_process.py
@@ -90,8 +90,8 @@ def causal_test_intensity_num_shapes(
90
# 8. Set up an estimator
91
data = pd.read_csv(observational_data_path)
92
93
- treatment = causal_test_case.get_treatment_variable()
94
- outcome = causal_test_case.get_outcome_variable()
+ treatment = causal_test_case.treatment_variable.name
+ outcome = causal_test_case.outcome_variable.name
95
96
estimator = None
97
if empirical:
0 commit comments