From acf71d21f971e70b288c4f0929114b9fc8c1c204 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 5 Jun 2013 18:46:08 +0100 Subject: [PATCH 1/2] fixed tuto example --- GPy/examples/tutorials.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GPy/examples/tutorials.py b/GPy/examples/tutorials.py index 5527e319..e610fcf4 100644 --- a/GPy/examples/tutorials.py +++ b/GPy/examples/tutorials.py @@ -135,6 +135,7 @@ def tuto_kernel_overview(): pb.ylabel("+ ",rotation='horizontal',fontsize='30') m.plot(ax=axs, which_parts=[False,False,False,True]) + m.ensure_default_constraints() return(m) From a0dc36e82f861c2a79d780d551078ec78de12922 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 5 Jun 2013 18:46:53 +0100 Subject: [PATCH 2/2] non_Gaussian exampless deleted --- GPy/examples/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/examples/__init__.py b/GPy/examples/__init__.py index 00bdab67..0d73daff 100644 --- a/GPy/examples/__init__.py +++ b/GPy/examples/__init__.py @@ -4,5 +4,4 @@ import classification import regression import dimensionality_reduction -import non_Gaussian import tutorials