mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
[tests] for issue ##146 and #147, fixing parameters inside __init__
This commit is contained in:
parent
5ab16915a9
commit
d263432dde
3 changed files with 26 additions and 1 deletions
|
|
@ -447,6 +447,7 @@ class GradientTests(np.testing.TestCase):
|
|||
m = GPy.models.GPHeteroscedasticRegression(X, Y, kern)
|
||||
self.assertTrue(m.checkgrad())
|
||||
|
||||
|
||||
def test_gp_kronecker_gaussian(self):
|
||||
N1, N2 = 30, 20
|
||||
X1 = np.random.randn(N1, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue