mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-29 15:59:41 +02:00
NonContiguos tests fixed for Kdiag_dX
This commit is contained in:
parent
33fcd06ccc
commit
ed754823be
2 changed files with 6 additions and 1 deletions
|
|
@ -124,6 +124,7 @@ class vDTC(object):
|
|||
v, _ = dtrtrs(L, tmp, lower=1, trans=1)
|
||||
tmp, _ = dtrtrs(LA, Li, lower=1, trans=0)
|
||||
P = tdot(tmp.T)
|
||||
stop
|
||||
|
||||
#compute log marginal
|
||||
log_marginal = -0.5*num_data*output_dim*np.log(2*np.pi) + \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue