Skip to content

Commit 3f9763a

Browse files
committed
fix import in one of the tests
1 parent 02dacb2 commit 3f9763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/tests/test_integration_skl_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_rd_linear_main_effects_bandwidth():
185185
2. skl_experiements.RegressionDiscontinuity returns correct type
186186
"""
187187
data = cp.load_data("rd")
188-
result = cp.skl_experiments.RegressionDiscontinuity(
188+
result = cp.RegressionDiscontinuity(
189189
data,
190190
formula="y ~ 1 + x + treated",
191191
model=LinearRegression(),

0 commit comments

Comments
 (0)