Skip to content

Commit 8b93362

Browse files
committed
resolving conflicts
1 parent d681a43 commit 8b93362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/pymc_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def build_model(self, X, y, coords):
909909
)
910910
delta_t = pm.Deterministic(
911911
name="delta_t",
912-
var=t - treatment_time,
912+
var=(t - treatment_time)[:, None],
913913
dims=["obs_ind", "treated_units"],
914914
)
915915
beta = pm.Normal(

0 commit comments

Comments
 (0)