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 cdfd8e1 commit 2230338Copy full SHA for 2230338
causalpy/tests/test_integration_pymc_examples.py
@@ -443,7 +443,7 @@ def test_cp_covid():
443
),
444
)
445
assert isinstance(df, pd.DataFrame)
446
- assert isinstance(result, cp.InterruptedTimeSeries)
+ assert isinstance(result, cp.ChangePointDetection)
447
assert len(result.idata.posterior.coords["chain"]) == sample_kwargs["chains"]
448
assert len(result.idata.posterior.coords["draw"]) == sample_kwargs["draws"]
449
result.summary()
0 commit comments