mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
Test corrected, by Nicolas
This commit is contained in:
parent
5a489cf1ac
commit
56ffcf6c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class KernelTests(unittest.TestCase):
|
|||
|
||||
k1 = GPy.kern.rbf(1) + GPy.kern.bias(1)
|
||||
k2 = GPy.kern.coregionalise(2,1)
|
||||
k = k1.prod_orthogonal(k2)
|
||||
k = k1.prod(k2,tensor=True)
|
||||
m = GPy.models.GP_regression(X,Y,kernel=k)
|
||||
self.assertTrue(m.checkgrad())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue