mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
added GPy.tests(), removed some useless tests
This commit is contained in:
parent
2b7f0999bc
commit
e32afa11e5
5 changed files with 11 additions and 17 deletions
|
|
@ -13,7 +13,6 @@ class KernelTests(unittest.TestCase):
|
|||
X = np.random.rand(5,5)
|
||||
Y = np.ones((5,1))
|
||||
m = GPy.models.GP_regression(X,Y,K)
|
||||
print m
|
||||
self.assertTrue(m.checkgrad())
|
||||
|
||||
def test_coregionalisation(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue