This commit is contained in:
James Hensman 2014-02-21 17:39:02 +00:00
parent 205fe3cbd0
commit 2da256fa93
2 changed files with 7 additions and 13 deletions

View file

@ -135,3 +135,7 @@ class Coregionalize(Kern):
def gradients_X(self, dL_dK, X, X2=None):
return np.zeros(X.shape)
def gradients_X_diag(self, dL_dKdiag, X):
return np.zeros(X.shape)