whitespace

This commit is contained in:
James Hensman 2013-05-01 11:13:17 +01:00
parent b49bea2954
commit 814fa2f138

View file

@ -54,6 +54,7 @@ class Bayesian_GPLVM(sparse_GP, GPLVM):
self._savedgradients = []
self._savederrors = []
self._savedpsiKmm = []
sparse_GP.__init__(self, X, Gaussian(Y), kernel, Z=Z, X_variance=X_variance, **kwargs)
@property