Skip to content

Commit 692d85c

Browse files
committed
uml and docs
1 parent 6769aa7 commit 692d85c

File tree

3 files changed

+166
-104
lines changed

3 files changed

+166
-104
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": []},
430+
treatment_type_effect={"impulse": [], "level": [], "trend": []},
431431
sample_kwargs=sample_kwargs,
432432
),
433433
)

docs/source/_static/classes.png

6.68 KB
Loading

docs/source/notebooks/its_no_treatment_time.ipynb

Lines changed: 165 additions & 103 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)