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 ac53115 commit 53261deCopy full SHA for 53261de
causalpy/tests/test_pymc_experiments.py
@@ -18,6 +18,7 @@ def test_did_summary():
18
model=cp.pymc_models.LinearRegression(sample_kwargs=sample_kwargs),
19
)
20
print(type(result._causal_impact_summary_stat()))
21
+ print(result._causal_impact_summary_stat())
22
assert isinstance(result._causal_impact_summary_stat(), str)
23
24
0 commit comments