NonContiguos tests fixed for Kdiag_dX

This commit is contained in:
James Hensman 2014-09-15 09:55:02 +01:00
parent 33fcd06ccc
commit ed754823be
2 changed files with 6 additions and 1 deletions

View file

@ -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) + \