From cc370c24368a578032f305910b4b87f017803729 Mon Sep 17 00:00:00 2001 From: Teo de Campos Date: Wed, 22 May 2013 16:29:54 +0100 Subject: [PATCH] Fixed bug in BGPLVM plot --- GPy/models/Bayesian_GPLVM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/models/Bayesian_GPLVM.py b/GPy/models/Bayesian_GPLVM.py index 1e045a5a..10729a6f 100644 --- a/GPy/models/Bayesian_GPLVM.py +++ b/GPy/models/Bayesian_GPLVM.py @@ -180,7 +180,7 @@ class Bayesian_GPLVM(sparse_GP, GPLVM): return np.hstack((self.dbound_dmuS.flatten(), self.dbound_dZtheta)) def plot_latent(self, *args, **kwargs): - util.plot_latent_indices(self, *args, **kwargs) + plot_latent.plot_latent_indices(self, *args, **kwargs) def do_test_latents(self, Y): """