Skip to content

Commit f2a5153

Browse files
committed
Removed debugging code
1 parent c6da661 commit f2a5153

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc3/stats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,6 @@ def gradient(w):
661661
se = ses[i]
662662
weight = weights[i]
663663
try:
664-
import pdb; pdb.set_trace()
665664
warn = warns[names.index(idx)]
666665
except AttributeError:
667666
warn = warns[idx]

0 commit comments

Comments
 (0)