Skip to content

Commit 9b7e759

Browse files
committed
Remove debug print statements
1 parent 799c98f commit 9b7e759

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc/distributions/multivariate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ def quaddist_chol(value, mu, cov):
183183

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

190188
delta = value - mu

0 commit comments

Comments
 (0)