Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Oct 1, 2024
1 parent 70b3544 commit 4718666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion preliz/internal/predictive_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def back_fitting(model, subset, new_families=True):
string = "Your selection is consistent with the priors (original families):\n"

for name, dist in model.items():
print(name, np.mean(subset[name]))
dist._fit_mle(subset[name])
string += f"{name} = {repr_to_matplotlib(dist)}\n"

Expand Down

0 comments on commit 4718666

Please sign in to comment.