Skip to content

Commit 59db689

Browse files
committed
Updating integration test
1 parent 411aac7 commit 59db689

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
@@ -427,7 +427,7 @@ def test_its_no_treatment_time():
427427
formula="standardize(deaths) ~ 0 + t + C(month) + standardize(temp)", # noqa E501
428428
model=cp.pymc_models.InterventionTimeEstimator(
429429
time_variable_name="t",
430-
treatment_type_effect={"impulse": [], "level": [], "trend": []},
430+
treatment_effect_type=["impulse", "level", "trend"],
431431
sample_kwargs=sample_kwargs,
432432
),
433433
)

0 commit comments

Comments
 (0)