Skip to content

Commit db8051f

Browse files
committed
Updating integration test
1 parent 6de9707 commit db8051f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causalpy/tests/test_integration_pymc_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ def test_its_no_treatment_time():
426426
treatment_time,
427427
formula="standardize(deaths) ~ 0 + t + C(month) + standardize(temp)", # noqa E501
428428
model=cp.pymc_models.InterventionTimeEstimator(
429-
time_variable_name="t",
430429
treatment_effect_type=["impulse", "level", "trend"],
431430
sample_kwargs=sample_kwargs,
432431
),

0 commit comments

Comments
 (0)