mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-23 17:01:06 +02:00
yak shaving
This commit is contained in:
parent
9501a76bdc
commit
fc34fa3eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class KernelTests(unittest.TestCase):
|
||||||
print m
|
print m
|
||||||
self.assertTrue(m.checkgrad())
|
self.assertTrue(m.checkgrad())
|
||||||
|
|
||||||
def coregionalisation_test(self):
|
def test_coregionalisation(self):
|
||||||
X1 = np.random.rand(50,1)*8
|
X1 = np.random.rand(50,1)*8
|
||||||
X2 = np.random.rand(30,1)*5
|
X2 = np.random.rand(30,1)*5
|
||||||
index = np.vstack((np.zeros_like(X1),np.ones_like(X2)))
|
index = np.vstack((np.zeros_like(X1),np.ones_like(X2)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue