some tests for the svgp, and some changes to the likelihoods

This commit is contained in:
James Hensman 2015-03-24 14:11:50 +00:00
parent 53081c704d
commit 534e0df606
3 changed files with 37 additions and 3 deletions

View file

@ -77,7 +77,7 @@ class Bernoulli(Likelihood):
return Z_hat, mu_hat, sigma2_hat
def variational_expectations(self, Y, m, v, gh_points=None):
def variational_expectations(self, Y, m, v, gh_points=None, Y_metadata=None):
if isinstance(self.gp_link, link_functions.Probit):
if gh_points is None: