[Numpy-discussion] bug in http://www.scipy.org/NumPy_for_Matlab_Users

Keith Goodman kwgoodman at gmail.com
Sun Apr 29 13:16:31 EDT 2007


On 4/29/07, dmitrey <openopt at ukr.net> wrote:
> now there is
> MATLAB            NDArray         Matrix
> size(a,n)                 a.shape[n]       a.shape[n]
>
> but it should be
> size(a,n)                 a.shape[n-1]       a.shape[n-1]

I made the change. But how should we change the comment?

"get the number of elements of the n'th dimension of array a"



More information about the NumPy-Discussion mailing list