Skip to content

Commit cdfd8e1

Browse files
committed
Updating doctest
1 parent e96e7b9 commit cdfd8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/tests/test_integration_pymc_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def test_cp_covid():
438438
time_range=time_range,
439439
formula="standardize(deaths) ~ 0 + t + C(month) + standardize(temp)", # noqa E501
440440
model=cp.pymc_models.LinearChangePointDetection(
441-
treatment_effect_type=["impulse", "level", "trend"],
441+
cp_effect_type=["impulse", "level", "trend"],
442442
sample_kwargs=sample_kwargs,
443443
),
444444
)

0 commit comments

Comments
 (0)