FIX: Get rid of unused imports in state_space_model file.

This commit is contained in:
Alexander Grigorievskiy 2015-10-15 19:21:02 +03:00
parent f8150f0e4d
commit 3815b7d0b3

View file

@ -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