From 3815b7d0b3be9c3c03555db1fc5128e72a6246d6 Mon Sep 17 00:00:00 2001 From: Alexander Grigorievskiy Date: Thu, 15 Oct 2015 19:21:02 +0300 Subject: [PATCH] FIX: Get rid of unused imports in state_space_model file. --- GPy/models/state_space_model.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GPy/models/state_space_model.py b/GPy/models/state_space_model.py index 2a8ca1fd..c8f00c52 100644 --- a/GPy/models/state_space_model.py +++ b/GPy/models/state_space_model.py @@ -19,10 +19,10 @@ from scipy import linalg from scipy import stats from ..core import Model from .. import kern -from GPy.plotting.matplot_dep.models_plots import gpplot -from GPy.plotting.matplot_dep.base_plots import x_frame1D -from GPy.plotting.matplot_dep import Tango -import pylab as pb +#from GPy.plotting.matplot_dep.models_plots import gpplot +#from GPy.plotting.matplot_dep.base_plots import x_frame1D +#from GPy.plotting.matplot_dep import Tango +#import pylab as pb from GPy.core.parameterization.param import Param import GPy