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
_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to