removed marginal and derivative from posterior object

This commit is contained in:
James Hensman 2014-01-27 15:37:20 +00:00
parent 052b888793
commit ca1cb4eb22
5 changed files with 8 additions and 14 deletions

View file

@ -53,6 +53,6 @@ class ExactGaussianInference(object):
likelihood.update_gradients(np.diag(dL_dK))
return Posterior(log_marginal, dL_dK, LW, alpha, K)
return Posterior(LW, alpha, K), log_marginal, dL_dK