Skip to content

Commit 9fc0798

Browse files
committed
remove the sole test of summary method in docstring of skl_experiments.py
1 parent f1214bd commit 9fc0798

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

causalpy/skl_experiments.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ class InterruptedTimeSeries(PrePostFit):
286286
... formula="y ~ 1 + t + C(month)",
287287
... model = LinearRegression()
288288
... )
289-
290289
"""
291290

292291
expt_type = "Interrupted Time Series"
@@ -590,18 +589,6 @@ class RegressionDiscontinuity(ExperimentalDesign, RDDataValidator):
590589
... model=LinearRegression(),
591590
... treatment_threshold=0.5,
592591
... )
593-
>>> result.summary() # doctest: +NORMALIZE_WHITESPACE,+NUMBER
594-
Difference in Differences experiment
595-
Formula: y ~ 1 + x + treated
596-
Running variable: x
597-
Threshold on running variable: 0.5
598-
<BLANKLINE>
599-
Results:
600-
Discontinuity at threshold = 0.19
601-
Model coefficients:
602-
Intercept 0
603-
treated[T.True] 0.19
604-
x 1.2
605592
"""
606593

607594
def __init__(

0 commit comments

Comments
 (0)