Skip to content

Commit

Permalink
fix typo and change first lines mood (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored Dec 3, 2024
1 parent addc996 commit 7a7cf1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pymc_marketing/mmm/components/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ def __repr__(self) -> str:
)

def set_dims_for_all_priors(self, dims: Dims):
"""Convinience method to set the dims for all priors.
"""Set the dims for all priors.
Convenience method to loop through all the priors and set the dims.
Parameters
----------
Expand Down

0 comments on commit 7a7cf1d

Please sign in to comment.