Skip to content

Commit 6341e53

Browse files
committed
make code comment more specific
1 parent a55f97d commit 6341e53

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
@@ -108,7 +108,7 @@ def _data_setter(self, X: xr.DataArray) -> None:
108108
# Use integer indices for obs_ind to avoid datetime compatibility issues with PyMC
109109
obs_coords = np.arange(new_no_of_observations)
110110

111-
# Check if this model has multiple treated units
111+
# Check if this model has multiple treated_units as a dimension
112112
if hasattr(self, "idata") and self.idata is not None:
113113
posterior = self.idata.posterior
114114
if "beta" in posterior.data_vars:

0 commit comments

Comments
 (0)