mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
test fixed
This commit is contained in:
parent
85cada271e
commit
95d5bcc1b9
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class MRDTests(unittest.TestCase):
|
|||
Ylist = [np.random.multivariate_normal(np.zeros(N), K, D).T for _ in range(num_m)]
|
||||
likelihood_list = [GPy.likelihoods.Gaussian(Y) for Y in Ylist]
|
||||
|
||||
m = GPy.models.MRD(*likelihood_list, Q=Q, kernel=k, M=M)
|
||||
m = GPy.models.MRD(likelihood_list, Q=Q, kernels=k, M=M)
|
||||
m.ensure_default_constraints()
|
||||
|
||||
self.assertTrue(m.checkgrad())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue