On 4/29/07, dmitrey <[EMAIL PROTECTED]> 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"
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to