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 a55f97d commit 6341e53Copy full SHA for 6341e53
causalpy/pymc_models.py
@@ -108,7 +108,7 @@ def _data_setter(self, X: xr.DataArray) -> None:
108
# Use integer indices for obs_ind to avoid datetime compatibility issues with PyMC
109
obs_coords = np.arange(new_no_of_observations)
110
111
- # Check if this model has multiple treated units
+ # Check if this model has multiple treated_units as a dimension
112
if hasattr(self, "idata") and self.idata is not None:
113
posterior = self.idata.posterior
114
if "beta" in posterior.data_vars:
0 commit comments