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

This commit is contained in:
Alan Saul 2013-06-05 18:48:09 +01:00
commit 8d397b419d
2 changed files with 1 additions and 1 deletions

View file

@ -4,5 +4,4 @@
import classification
import regression
import dimensionality_reduction
import non_Gaussian
import tutorials

View file

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