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 9166e29 commit 4211ddcCopy full SHA for 4211ddc
causalpy/tests/test_integration_pymc_examples.py
@@ -454,7 +454,7 @@ def test_cp_covid():
454
# - time_range is not None
455
# - time_range is not of type Iterable[pd.TimeStamp]
456
# - DataIndex is of type pd.DatetimeIndex
457
- with pytest.raises(cp.custom_exceptions.DataException) as exc_info:
+ with pytest.raises(cp.custom_exceptions.BadIndexException) as exc_info:
458
cp.ChangePointDetection(
459
df,
460
time_range=[0, 0],
0 commit comments