Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 authored Aug 23, 2024
1 parent 799c98f commit 24a4c92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymc/distributions/multivariate.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ def quaddist_chol(value, mu, cov):

# solve_triangular will raise if there are nans
# (which happens if the cholesky fails)
chol_cov.dprint(print_type=True, depth=1)
posdef.dprint(print_type=True, depth=1)
chol_cov = pt.switch(posdef[..., None, None], chol_cov, 1)

delta = value - mu
Expand Down

0 comments on commit 24a4c92

Please sign in to comment.