On Mon, Apr 28, 2008 at 7:41 PM, Charles R Harris <[EMAIL PROTECTED]>
wrote:
>
>
> On Mon, Apr 28, 2008 at 7:03 PM, Charles R Harris <
> [EMAIL PROTECTED]> wrote:
>
> > Yes, indeed.
> >
> > Ticket #707: numpy.array fails if the input is a list of matrixes (with
> > more then one column).
> >
> > T
On Mon, Apr 28, 2008 at 7:03 PM, Charles R Harris <[EMAIL PROTECTED]>
wrote:
> Yes, indeed.
>
> Ticket #707: numpy.array fails if the input is a list of matrixes (with
> more then one column).
>
> The subroutine discover_dimensions in arrayobject.c indexes a matrix with
> a scalar. It is a recursi
Yes, indeed.
Ticket #707: numpy.array fails if the input is a list of matrixes (with more
then one column).
The subroutine discover_dimensions in arrayobject.c indexes a matrix with a
scalar. It is a recursive routine and expects to find the next lower
dimension as it recurses down into the matri