mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 14:56:24 +02:00
minor weave/numpy bug in coregionalize
This commit is contained in:
parent
475eceb4dd
commit
06d7e690f3
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class Coregionalize(Kern):
|
|||
config.set('weave', 'working', 'False')
|
||||
dL_dK_small = self._gradient_reduce_weave(dL_dK, index, index2)
|
||||
else:
|
||||
dL_dK_small = self._gradient_reduce_weave(dL_dK, index, index2)
|
||||
dL_dK_small = self._gradient_reduce_numpy(dL_dK, index, index2)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue