[Numpy-discussion] ValueError: dimensions too large.

natachai wongchavalidkul natachai_w at hotmail.com
Wed May 6 10:18:35 EDT 2009



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 "<pyshell#39>", line 1, in <module>
    test = zeros((3,3,3,3,3,3,10,4,6,2,18,10,11,4,2,2), dtype=float);
ValueError: dimensions too large.

I
haven't sure if they should be something to do with the memory or any
other suggestions for the way to solve this problem. Anyway, comments
or suggestions will be really appreciate though.

Thank you




_________________________________________________________________
Hotmail® has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090506/50252c2d/attachment.html>


More information about the NumPy-Discussion mailing list