Skip to content

Commit

Permalink
Rename control coordinate
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Angioi authored and juanitorduz committed Feb 22, 2023
1 parent bd60258 commit d410c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_marketing/mmm/delayed_saturated_mmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def build_model(
}

if control_data is not None:
coords["control_names"] = control_data.columns
coords["control"] = control_data.columns

with pm.Model(coords=coords) as self.model:
channel_data_ = pm.MutableData(
Expand Down

0 comments on commit d410c11

Please # to comment.