We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4eb13 commit 6b1552aCopy full SHA for 6b1552a
causalpy/tests/test_integration_pymc_examples.py
@@ -422,7 +422,7 @@ def test_its_no_treatment_time():
422
)
423
treatment_time = (pd.to_datetime("2014-01-01"), pd.to_datetime("2022-01-01"))
424
425
- # Assert that we correctfully raise a value if the given model can't predict InterventionTime
+ # Assert that we correctfully raise a ModelException if the given model can't predict InterventionTime
426
with pytest.raises(cp.custom_exceptions.ModelException) as exc_info:
427
cp.InterruptedTimeSeries(
428
df,
0 commit comments