[Catalog-sig] ValueError: dimensions too large.
natachai wongchavalidkul
natachai_w at hotmail.com
Wed May 6 14:42:44 CEST 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
_________________________________________________________________
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/catalog-sig/attachments/20090506/48f26756/attachment.htm>
More information about the Catalog-SIG
mailing list