plot function got broken with last commit, this fixes it.

This commit is contained in:
Ricardo 2013-05-22 12:10:52 +01:00
parent c2b7936ebd
commit f00d23fb30
2 changed files with 1 additions and 3 deletions

View file

@ -245,5 +245,3 @@ class sparse_GP(GP):
var = Kxx - np.sum(np.sum(psi2*Kmmi_LmiBLmi[None,:,:],1),1)
return mu, var[:, None]