mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
FIX: Get rid of unused imports in state_space_model file.
This commit is contained in:
parent
f8150f0e4d
commit
3815b7d0b3
1 changed files with 4 additions and 4 deletions
|
|
@ -19,10 +19,10 @@ from scipy import linalg
|
||||||
from scipy import stats
|
from scipy import stats
|
||||||
from ..core import Model
|
from ..core import Model
|
||||||
from .. import kern
|
from .. import kern
|
||||||
from GPy.plotting.matplot_dep.models_plots import gpplot
|
#from GPy.plotting.matplot_dep.models_plots import gpplot
|
||||||
from GPy.plotting.matplot_dep.base_plots import x_frame1D
|
#from GPy.plotting.matplot_dep.base_plots import x_frame1D
|
||||||
from GPy.plotting.matplot_dep import Tango
|
#from GPy.plotting.matplot_dep import Tango
|
||||||
import pylab as pb
|
#import pylab as pb
|
||||||
from GPy.core.parameterization.param import Param
|
from GPy.core.parameterization.param import Param
|
||||||
|
|
||||||
import GPy
|
import GPy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue