[Numpy-discussion] remove redundant dimension in a ndarray?

Derek Homeier derek at astro.physik.uni-goettingen.de
Fri Mar 16 13:59:15 EDT 2012


Dear Chao,

> Do we have a function in numpy that can automatically "shrink" a ndarray with redundant dimension?
> 
> like I have a ndarray with shape of (13,1,1,160,1), now I have written a small function to change the array to dimension of (13,160) [reduce the extra dimension with length as 1].
> but I just would like to know maybe there is already something which can do this there ?

np.squeeze

Cheers,
				Derek




More information about the NumPy-Discussion mailing list