mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
temporarily removed a test (linear X bias)
This commit is contained in:
parent
d430fe986f
commit
d512e9a160
2 changed files with 9 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue