Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto authored Aug 8, 2023
1 parent cbbf955 commit a8db7fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bambi/families/univariate.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def transform_backend_kwargs(kwargs):
@staticmethod
def transform_kwargs(kwargs):
# First, transform the parameters of the beta component
print(kwargs)
mu = kwargs.pop("mu")
kappa = kwargs.pop("kappa")
kwargs["alpha"] = mu * kappa
Expand Down

0 comments on commit a8db7fd

Please sign in to comment.