Skip to content

Commit 41bf080

Browse files
committed
re-run most notebooks
1 parent fd74658 commit 41bf080

14 files changed

+710
-1635
lines changed

causalpy/expt_prepostfit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def __init__(
6262
self.post_y = np.asarray(new_y)
6363

6464
# fit the model to the observed (pre-intervention) data
65-
6665
# ******** THIS IS SUBOPTIMAL AT THE MOMENT ************************************
6766
if isinstance(self.model, PyMCModel):
6867
COORDS = {"coeffs": self.labels, "obs_indx": np.arange(self.pre_X.shape[0])}

0 commit comments

Comments
 (0)