Skip to content

Commit 6b1552a

Browse files
committed
typo
1 parent 5c4eb13 commit 6b1552a

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
@@ -422,7 +422,7 @@ def test_its_no_treatment_time():
422422
)
423423
treatment_time = (pd.to_datetime("2014-01-01"), pd.to_datetime("2022-01-01"))
424424

425-
# Assert that we correctfully raise a value if the given model can't predict InterventionTime
425+
# Assert that we correctfully raise a ModelException if the given model can't predict InterventionTime
426426
with pytest.raises(cp.custom_exceptions.ModelException) as exc_info:
427427
cp.InterruptedTimeSeries(
428428
df,

0 commit comments

Comments
 (0)