mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
Y_metadata is now **kwags
This commit is contained in:
parent
32d5b449eb
commit
0422a56524
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ class Gaussian(Likelihood):
|
||||||
if isinstance(gp_link, link_functions.Identity):
|
if isinstance(gp_link, link_functions.Identity):
|
||||||
self.log_concave = True
|
self.log_concave = True
|
||||||
|
|
||||||
def covariance_matrix(self, Y, Y_metadata=None):
|
def covariance_matrix(self, Y, **Y_metadata):
|
||||||
return np.eye(Y.shape[0]) * self.variance
|
return np.eye(Y.shape[0]) * self.variance
|
||||||
|
|
||||||
def update_gradients(self, partial):
|
def update_gradients(self, partial):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue