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 c84edf4 commit d7a0157Copy full SHA for d7a0157
causalpy/tests/test_integration_pymc_examples.py
@@ -436,7 +436,7 @@ def test_cp_covid():
436
# Assert that we correctfully raise a DataException if
437
# - time_range is not None
438
# - and len(time_range) is not 2
439
- with pytest.raises(cp.custom_exceptions.DataExveption) as exc_info:
+ with pytest.raises(cp.custom_exceptions.DataException) as exc_info:
440
cp.ChangePointDetection(
441
df,
442
time_range=[0, 0, 0],
0 commit comments