mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 03:22:38 +02:00
Resolved merge conflict
This commit is contained in:
commit
ebc0b6e1a5
7 changed files with 16 additions and 14 deletions
|
|
@ -149,7 +149,7 @@ class SparseGP(GP):
|
|||
|
||||
var_ = mdot(la.T, tmp, la)
|
||||
p0 = psi0_star[i]
|
||||
t = self.posterior.woodbury_inv
|
||||
t = np.atleast_3d(self.posterior.woodbury_inv)
|
||||
t2 = np.trace(t.T.dot(psi2_star), axis1=1, axis2=2)
|
||||
|
||||
if full_cov:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue