mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
FITC test not skipped any more
This commit is contained in:
parent
7396e5ad21
commit
2e6bbbf12b
1 changed files with 0 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue