From 76598bac412d7e34f7dc2bee58e0b3f6c4b8c077 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Thu, 16 Oct 2014 13:44:34 +0100 Subject: [PATCH] commented out stochastics.py -- not added --- GPy/core/sparse_gp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPy/core/sparse_gp.py b/GPy/core/sparse_gp.py index 120f0d94..e451b684 100644 --- a/GPy/core/sparse_gp.py +++ b/GPy/core/sparse_gp.py @@ -10,8 +10,8 @@ from parameterization.variational import VariationalPosterior import logging from GPy.inference.latent_function_inference.posterior import Posterior -from GPy.inference.optimization.stochastics import SparseGPStochastics,\ - SparseGPMissing +#no stochastics.py file added! from GPy.inference.optimization.stochastics import SparseGPStochastics,\ + #SparseGPMissing logger = logging.getLogger("sparse gp") class SparseGP(GP):