From 9bb5c1af1f1ddd2cfe5c25833a485d63aa7457a0 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Tue, 6 May 2014 16:36:01 +0100 Subject: [PATCH] proper whitespace --- GPy/models/bayesian_gplvm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GPy/models/bayesian_gplvm.py b/GPy/models/bayesian_gplvm.py index 03cd361c..0a2c2396 100644 --- a/GPy/models/bayesian_gplvm.py +++ b/GPy/models/bayesian_gplvm.py @@ -70,7 +70,7 @@ class BayesianGPLVM(SparseGP): if isinstance(self.inference_method, VarDTC_GPU): update_gradients(self) return - + super(BayesianGPLVM, self).parameters_changed() self._log_marginal_likelihood -= self.variational_prior.KL_divergence(self.X) @@ -82,7 +82,7 @@ class BayesianGPLVM(SparseGP): def plot_latent(self, labels=None, which_indices=None, resolution=50, ax=None, marker='o', s=40, fignum=None, plot_inducing=True, legend=True, - plot_limits=None, + plot_limits=None, aspect='auto', updates=False, **kwargs): import sys assert "matplotlib" in sys.modules, "matplotlib package has not been imported." @@ -159,7 +159,7 @@ class BayesianGPLVM(SparseGP): from ..plotting.matplot_dep import dim_reduction_plots return dim_reduction_plots.plot_steepest_gradient_map(self,*args,**kwargs) - + def latent_cost_and_grad(mu_S, kern, Z, dL_dpsi0, dL_dpsi1, dL_dpsi2): """