Skip to content

Commit f045c96

Browse files
committed
hdi_prob specification in get_plot_data_bayesian
1 parent 7ac0432 commit f045c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/experiments/prepostfit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def get_plot_data_bayesian(self, hdi_prob: float = 0.94) -> pd.DataFrame:
310310
if isinstance(self.model, PyMCModel):
311311
pre_data = self.datapre.copy()
312312
post_data = self.datapost.copy()
313-
# PREDICTIONS
313+
314314
pre_data["prediction"] = (
315315
az.extract(self.pre_pred, group="posterior_predictive", var_names="mu")
316316
.mean("sample")

0 commit comments

Comments
 (0)