mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 06:46:22 +02:00
tidying
This commit is contained in:
parent
205fe3cbd0
commit
2da256fa93
2 changed files with 7 additions and 13 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue