From 2a0efa5ea37b97e1b002d30cf511739a29be6a53 Mon Sep 17 00:00:00 2001 From: "Per.Andreas.Brodtkorb" Date: Thu, 15 Jan 2015 09:05:32 +0000 Subject: [PATCH] pep8 --- pywafo/src/wafo/gaussian.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywafo/src/wafo/gaussian.py b/pywafo/src/wafo/gaussian.py index 9a1ccef..2602cfc 100644 --- a/pywafo/src/wafo/gaussian.py +++ b/pywafo/src/wafo/gaussian.py @@ -357,8 +357,8 @@ def test_rind(): Blo = -inf Bup = -1.2 indI = [-1, n - 1] # Barriers -# A = np.repeat(Blo, n) -# B = np.repeat(Bup, n) # Integration limits + # A = np.repeat(Blo, n) + # B = np.repeat(Bup, n) # Integration limits m = zeros(n) rho = 0.3 Sc = (ones((n, n)) - eye(n)) * rho + eye(n)