diff --git a/GPy/likelihoods/bernoulli.py b/GPy/likelihoods/bernoulli.py index 3a7d32a5..167daee8 100644 --- a/GPy/likelihoods/bernoulli.py +++ b/GPy/likelihoods/bernoulli.py @@ -85,6 +85,7 @@ class Bernoulli(Likelihood): gh_x, gh_w = gh_points + gh_w = gh_w / np.sqrt(np.pi) shape = m.shape m,v,Y = m.flatten(), v.flatten(), Y.flatten() Ysign = np.where(Y==1,1,-1)