removed the unnecessary test skip

This commit is contained in:
Nicolas 2013-06-06 15:42:16 +01:00
parent a57b6a0b94
commit 16a312b781

View file

@ -19,7 +19,6 @@ class sparse_GPLVMTests(unittest.TestCase):
m.randomize()
self.assertTrue(m.checkgrad())
@unittest.skip('linear kernels do not have dKdiag_dX')
def test_linear_kern(self):
N, num_inducing, input_dim, D = 10, 3, 2, 4
X = np.random.rand(N, input_dim)