From 01f0378f840821fdac8acc0652be213ef77a536f Mon Sep 17 00:00:00 2001 From: Ricardo Andrade Date: Tue, 29 Jan 2013 12:23:49 +0000 Subject: [PATCH] Other change. --- GPy/examples/ep_fix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPy/examples/ep_fix.py b/GPy/examples/ep_fix.py index 1d7b4741..8041cc91 100644 --- a/GPy/examples/ep_fix.py +++ b/GPy/examples/ep_fix.py @@ -29,8 +29,8 @@ m = GPy.models.GP(data['X'],likelihood=likelihood) m.ensure_default_constraints() # Optimize and plot -if not isinstance(m.likelihood,GPy.inference.likelihoods.gaussian): - m.approximate_likelihood() +#if not isinstance(m.likelihood,GPy.inference.likelihoods.gaussian): +# m.approximate_likelihood() #m.optimize() m.EM()