changes on rbf

This commit is contained in:
Zhenwen Dai 2014-02-28 18:11:00 +00:00
parent d8c2f78131
commit 32c6237672

View file

@ -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