plotting now seems to work for Bernouilli

This commit is contained in:
James Hensman 2014-03-14 12:19:25 +00:00
parent a05232af24
commit da2cceba87
2 changed files with 4 additions and 1 deletions

View file

@ -212,7 +212,7 @@ class Bernoulli(Likelihood):
np.seterr(**state)
return d3logpdf_dlink3
def samples(self, gp):
def samples(self, gp, Y_metadata=None):
"""
Returns a set of samples of observations based on a given value of the latent variable.