From bca2febb128d9c7a7cbcb69adc7eaf6fb776a800 Mon Sep 17 00:00:00 2001 From: Christian Pavese <cpav@dtu.dk> Date: Tue, 3 May 2016 16:13:18 +0200 Subject: [PATCH] fixing more useless line breaks --- wetb/prepost/Simulations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index dc5d76d4..4c5d7bd2 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -3413,7 +3413,7 @@ def int_envelope(ch1,ch2,Nx): axis=0) - int_1 = np.linspace(min(upper[:,0].min(),lower[:,0].min()),\ + int_1 = np.linspace(min(upper[:,0].min(),lower[:,0].min()), max(upper[:,0].max(),lower[:,0].max()),Nx/2+1) upper = np.flipud(upper) int_2_up = np.interp(int_1,np.array(upper[:,0]),np.array(upper[:,1])) -- GitLab