This commit is contained in:
Max Zwiessele 2014-03-24 11:22:02 +00:00
parent 321a75100c
commit d305495693
2 changed files with 7 additions and 1 deletions

View file

@ -130,7 +130,7 @@ class MiscTests(unittest.TestCase):
m2.kern[:] = m.kern[''].values()
np.testing.assert_equal(m.log_likelihood(), m2.log_likelihood())
class GradientTests(unittest.TestCase):
class GradientTests(np.testing.TestCase):
def setUp(self):
######################################
# # 1 dimensional example