Skip to content

Commit

Permalink
fix import in one of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drbenvincent committed Aug 9, 2024
1 parent 02dacb2 commit 3f9763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion causalpy/tests/test_integration_skl_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_rd_linear_main_effects_bandwidth():
2. skl_experiements.RegressionDiscontinuity returns correct type
"""
data = cp.load_data("rd")
result = cp.skl_experiments.RegressionDiscontinuity(
result = cp.RegressionDiscontinuity(
data,
formula="y ~ 1 + x + treated",
model=LinearRegression(),
Expand Down

0 comments on commit 3f9763a

Please sign in to comment.