mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
plot function got broken with last commit, this fixes it.
This commit is contained in:
parent
c2b7936ebd
commit
f00d23fb30
2 changed files with 1 additions and 3 deletions
|
|
@ -245,5 +245,3 @@ class sparse_GP(GP):
|
|||
var = Kxx - np.sum(np.sum(psi2*Kmmi_LmiBLmi[None,:,:],1),1)
|
||||
|
||||
return mu, var[:, None]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue