temporarily removed a test (linear X bias)

This commit is contained in:
James Hensman 2013-03-11 14:40:02 +00:00
parent d430fe986f
commit d512e9a160
2 changed files with 9 additions and 7 deletions

View file

@ -58,6 +58,7 @@ class BGPLVMTests(unittest.TestCase):
m.randomize()
self.assertTrue(m.checkgrad())
@unittest.skip('psi2 cross terms are NotImplemented for this combination')
def test_linear_bias_kern(self):
N, M, Q, D = 10, 3, 2, 4
X = np.random.rand(N, Q)