From 2e6bbbf12b659b3642aed9ac7c0f3aeba67898ca Mon Sep 17 00:00:00 2001 From: Ricardo Date: Tue, 4 Jun 2013 17:41:03 +0100 Subject: [PATCH] FITC test not skipped any more --- GPy/testing/unit_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/testing/unit_tests.py b/GPy/testing/unit_tests.py index 9f8eb000..b2c8196b 100644 --- a/GPy/testing/unit_tests.py +++ b/GPy/testing/unit_tests.py @@ -190,7 +190,6 @@ class GradientTests(unittest.TestCase): m.update_likelihood_approximation() self.assertTrue(m.checkgrad()) - @unittest.skip("FITC will be broken for a while") def test_generalized_FITC(self): N = 20 X = np.hstack([np.random.rand(N/2)+1,np.random.rand(N/2)-1])[:,None]