diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index 2b504db464aecd137ef0f8774da93301fd7a345a..89d526576e273952f8179718a5513f973501c8f0 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