From 4bd99c674fdb53237019386b8c93c456b96e9e6f Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 28 Aug 2015 16:28:01 +0100 Subject: [PATCH] [heteroscedastic gauss] Implemented Heteroscedastic Guassian Lik with @ric70x7 --- GPy/likelihoods/gaussian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/likelihoods/gaussian.py b/GPy/likelihoods/gaussian.py index ee1f2a5d..4fd80ef5 100644 --- a/GPy/likelihoods/gaussian.py +++ b/GPy/likelihoods/gaussian.py @@ -48,7 +48,7 @@ class Gaussian(Likelihood): def betaY(self,Y,Y_metadata=None): #TODO: ~Ricardo this does not live here - print "Iam Here" + raise RuntimeError, "Please notify the GPy developers, this should not happen" return Y/self.gaussian_variance(Y_metadata) def gaussian_variance(self, Y_metadata=None):