yak shaving

This commit is contained in:
James Hensman 2013-03-06 13:36:38 +00:00
parent 9501a76bdc
commit fc34fa3eb9

View file

@ -16,7 +16,7 @@ class KernelTests(unittest.TestCase):
print m
self.assertTrue(m.checkgrad())
def coregionalisation_test(self):
def test_coregionalisation(self):
X1 = np.random.rand(50,1)*8
X2 = np.random.rand(30,1)*5
index = np.vstack((np.zeros_like(X1),np.ones_like(X2)))