From 16a312b781979fad62f775c4d941bb1e8f27f417 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 6 Jun 2013 15:42:16 +0100 Subject: [PATCH] removed the unnecessary test skip --- GPy/testing/sparse_gplvm_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/testing/sparse_gplvm_tests.py b/GPy/testing/sparse_gplvm_tests.py index e7f714b4..6145f350 100644 --- a/GPy/testing/sparse_gplvm_tests.py +++ b/GPy/testing/sparse_gplvm_tests.py @@ -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)