![](https://secure.gravatar.com/avatar/6c9110e0401b013d2324fbd6257dc80d.jpg?s=120&d=mm&r=g)
Feb. 21, 2003
3:18 a.m.
Hi, I've found that numarray.array doesn't check enough the input for non-regular objects. For example: In [95]: numarray.array([3., [4, 5.2]]) Out[95]: array([ 3. , 5.7096262]) but, In [96]: Numeric.array([3., [4, 5.2]]) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) ? TypeError: bad argument type for built-in operation I find Numeric behaviour more appropriate. Regards, -- Francesc Alted
8031
Age (days ago)
8031
Last active (days ago)
1 comments
2 participants
participants (2)
-
Francesc Alted
-
Todd Miller