mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
removing ipdb statements
This commit is contained in:
parent
ae0f5134c2
commit
129917ec8c
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ class TestNoiseModels(object):
|
||||||
m.checkgrad(verbose=1, step=step)
|
m.checkgrad(verbose=1, step=step)
|
||||||
if not m.checkgrad(step=step):
|
if not m.checkgrad(step=step):
|
||||||
m.checkgrad(verbose=1, step=step)
|
m.checkgrad(verbose=1, step=step)
|
||||||
import ipdb; ipdb.set_trace()
|
#import ipdb; ipdb.set_trace()
|
||||||
#NOTE this test appears to be stochastic for some likelihoods (student t?)
|
#NOTE this test appears to be stochastic for some likelihoods (student t?)
|
||||||
# appears to all be working in test mode right now...
|
# appears to all be working in test mode right now...
|
||||||
assert m.checkgrad(step=step)
|
assert m.checkgrad(step=step)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue