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

This commit is contained in:
Neil Lawrence 2014-05-13 12:17:46 +01:00
commit e9b4e3c770
7 changed files with 43 additions and 19 deletions

View file

@ -103,7 +103,6 @@ class lvm(matplotlib_show):
else:
vals = param_to_array(model.X)
vals = param_to_array(vals)
matplotlib_show.__init__(self, vals, axes=latent_axes)
if isinstance(latent_axes,mpl.axes.Axes):