From 32c6237672c8aef7616ec2b90b737799febbc441 Mon Sep 17 00:00:00 2001 From: Zhenwen Dai Date: Fri, 28 Feb 2014 18:11:00 +0000 Subject: [PATCH] changes on rbf --- GPy/kern/_src/rbf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/kern/_src/rbf.py b/GPy/kern/_src/rbf.py index 7bf0adeb..24b70671 100644 --- a/GPy/kern/_src/rbf.py +++ b/GPy/kern/_src/rbf.py @@ -257,7 +257,6 @@ class RBF(Stationary): #allocate memory for the things we want to compute mudist = np.empty((N, M, M, Q)) mudist_sq = np.empty((N, M, M, Q)) - exponent = np.zeros((N,M,M)) psi2 = np.empty((N, M, M)) l2 = self.lengthscale **2