From e53f473bcc2b876f9eec51f0b52e14e23341de00 Mon Sep 17 00:00:00 2001 From: Christian Pavese <cpav@dtu.dk> Date: Tue, 3 May 2016 13:59:38 +0200 Subject: [PATCH] bug fixed in proj_envelope --- wetb/prepost/Simulations.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index 2b504db4..89d52657 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -3466,9 +3466,6 @@ def proj_envelope(env_x,env_up,env_low,env,Nx,Nsectors,Ntheta): ind = np.where(sectors==-np.pi/2) proj[ind,1] = min(env[:,1]) - - proj[-1,:] = proj[0,:] - return proj # FIXME: Cases has a memory leek somewhere, this whole thing needs to be -- GitLab