Skip to content

Commit

Permalink
delete one print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Jun 12, 2024
1 parent f6f3b21 commit 353c446
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hssm/prior.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def get_hddm_default_prior(
# print(param)
# print(link)
if link is not None:
print("passed")
prior = generate_prior("Normal")
else:
prior = generate_prior(HDDM_MU[param], bounds=bounds)
Expand Down

0 comments on commit 353c446

Please sign in to comment.