added GPy.tests(), removed some useless tests

This commit is contained in:
Nicolo Fusi 2013-03-11 12:33:03 +00:00
parent 2b7f0999bc
commit e32afa11e5
5 changed files with 11 additions and 17 deletions

View file

@ -13,7 +13,6 @@ class KernelTests(unittest.TestCase):
X = np.random.rand(5,5)
Y = np.ones((5,1))
m = GPy.models.GP_regression(X,Y,K)
print m
self.assertTrue(m.checkgrad())
def test_coregionalisation(self):