From acf71d21f971e70b288c4f0929114b9fc8c1c204 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 5 Jun 2013 18:46:08 +0100 Subject: [PATCH] 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)