plot latent updated

This commit is contained in:
James Hensman 2014-02-26 09:16:31 +00:00
parent 3c0f89bf53
commit f6da5345d9
3 changed files with 32 additions and 203 deletions

View file

@ -225,7 +225,7 @@ class RBF(Stationary):
if self.ARD:
lengthscale2 = self.lengthscale **2
else:
lengthscale2 = np.ones(input_dim) * self.lengthscale2**2
lengthscale2 = np.ones(input_dim) * self.lengthscale**2
code = """
double tmp;