Merge branch 'params' of github.com:SheffieldML/GPy into params

This commit is contained in:
Max Zwiessele 2014-02-17 12:00:39 +00:00
commit ebd63e4a60

View file

@ -59,8 +59,9 @@ class Optimizer():
""" """
See GPy.plotting.matplot_dep.inference_plots See GPy.plotting.matplot_dep.inference_plots
""" """
import sys
assert "matplotlib" in sys.modules, "matplotlib package has not been imported." assert "matplotlib" in sys.modules, "matplotlib package has not been imported."
from ..plotting.matplot_dep import inference_plots from ...plotting.matplot_dep import inference_plots
inference_plots.plot_optimizer(self) inference_plots.plot_optimizer(self)