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 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)