Fixed some examples and tests, and stated that Y metadata doesnt need to be the same size as Y

This commit is contained in:
Alan Saul 2014-02-12 18:02:24 +00:00
parent 646400f49e
commit d2e8807a88
3 changed files with 21 additions and 24 deletions

View file

@ -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)
###########