diff --git a/GPy/kern/rbf.py b/GPy/kern/rbf.py index 3c3d59e6..133895ff 100644 --- a/GPy/kern/rbf.py +++ b/GPy/kern/rbf.py @@ -55,6 +55,7 @@ class rbf(kernpart): self._X, self._X2, self._params = np.empty(shape=(3,1)) def _get_params(self): + foo return np.hstack((self.variance,self.lengthscale)) def _set_params(self,x): diff --git a/doc/GPy.examples.rst b/doc/GPy.examples.rst index ec283d21..d369de41 100644 --- a/doc/GPy.examples.rst +++ b/doc/GPy.examples.rst @@ -73,18 +73,10 @@ examples Package :undoc-members: :show-inheritance: -:mod:`tuto_GP_regression` Module --------------------------------- +:mod:`tutorials` Module +----------------------- -.. automodule:: GPy.examples.tuto_GP_regression - :members: - :undoc-members: - :show-inheritance: - -:mod:`tuto_kernel_overview` Module ----------------------------------- - -.. automodule:: GPy.examples.tuto_kernel_overview +.. automodule:: GPy.examples.tutorials :members: :undoc-members: :show-inheritance: diff --git a/doc/GPy.rst b/doc/GPy.rst index 3fd4bcfd..e56e48e1 100644 --- a/doc/GPy.rst +++ b/doc/GPy.rst @@ -20,5 +20,6 @@ Subpackages GPy.kern GPy.likelihoods GPy.models + GPy.testing GPy.util