mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
bad git merge
This commit is contained in:
parent
65a2c2a320
commit
afcffcf039
1 changed files with 0 additions and 1 deletions
|
|
@ -247,7 +247,6 @@ class RBF(Kernpart):
|
|||
target = np.zeros(self.input_dim)
|
||||
dvardLdK = self._K_dvar * dL_dK
|
||||
var_len3 = self.variance / np.power(self.lengthscale, 3)
|
||||
var_len3 = param_to_array(var_len3)
|
||||
if X2 is None:
|
||||
# save computation for the symmetrical case
|
||||
dvardLdK = dvardLdK + dvardLdK.T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue