Re: [Numpy-discussion] ValueError: dimensions too large.

2009-05-06 Thread Charles R Harris
On Wed, May 6, 2009 at 8:18 AM, natachai wongchavalidkul < natacha...@hotmail.com> wrote: > > Hello alls, > > I currently have a problem with creating a multi-dimensional array in > numpy. The following is what I am trying to do and the error message. > > >>> test = zeros((3,3,3,3,3,3,10,4,6,2,18,

[Numpy-discussion] ValueError: dimensions too large.

2009-05-06 Thread natachai wongchavalidkul
Hello alls, I currently have a problem with creating a multi-dimensional array in numpy. The following is what I am trying to do and the error message. >>> test = zeros((3,3,3,3,3,3,10,4,6,2,18,10,11,4,2,2), dtype=float); Traceback (most recent call last): File "", line 1, in test = zer

[Numpy-discussion] ValueError: dimensions too large.

2006-12-05 Thread koara
Hello, i tried to create a 2d array, but encountered: ValueError: dimensions too large. Does this refer to insufficient memory, or is there really a limit on dimension sizes? Cheers. ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http: