mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 18:42:39 +02:00
Fixed some examples and tests, and stated that Y metadata doesnt need to be the same size as Y
This commit is contained in:
parent
646400f49e
commit
d2e8807a88
3 changed files with 21 additions and 24 deletions
|
|
@ -540,6 +540,10 @@ class TestNoiseModels(object):
|
|||
#import ipdb; ipdb.set_trace()
|
||||
#NOTE this test appears to be stochastic for some likelihoods (student t?)
|
||||
# appears to all be working in test mode right now...
|
||||
|
||||
if not m.checkgrad():
|
||||
import ipdb; ipdb.set_trace() # XXX BREAKPOINT
|
||||
|
||||
assert m.checkgrad(step=step)
|
||||
|
||||
###########
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue