From ec36007564a1f335a48607cc95e362bfc0a3fd80 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 4 Oct 2013 16:33:23 +0100 Subject: [PATCH] Removed fit as it is unused --- GPy/likelihoods/likelihood.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/GPy/likelihoods/likelihood.py b/GPy/likelihoods/likelihood.py index 61f7d8aa..a86eaac6 100644 --- a/GPy/likelihoods/likelihood.py +++ b/GPy/likelihoods/likelihood.py @@ -34,9 +34,6 @@ class likelihood(Parameterized): def _set_params(self, x): raise NotImplementedError - def fit(self): - raise NotImplementedError - def fit_full(self, K): """ No approximations needed by default