FITC test not skipped any more

This commit is contained in:
Ricardo 2013-06-04 17:41:03 +01:00
parent 7396e5ad21
commit 2e6bbbf12b

View file

@ -190,7 +190,6 @@ class GradientTests(unittest.TestCase):
m.update_likelihood_approximation() m.update_likelihood_approximation()
self.assertTrue(m.checkgrad()) self.assertTrue(m.checkgrad())
@unittest.skip("FITC will be broken for a while")
def test_generalized_FITC(self): def test_generalized_FITC(self):
N = 20 N = 20
X = np.hstack([np.random.rand(N/2)+1,np.random.rand(N/2)-1])[:,None] X = np.hstack([np.random.rand(N/2)+1,np.random.rand(N/2)-1])[:,None]