On Sat, May 15, 2010 at 08:37, <[email protected]> wrote: > So, I guess, numpy needs the distinction between list and tuples to > know what is an element. > That's from hitting at this very often, I never looked at the numpy > internals for this.
This is correct. There is only so much mind-reading that numpy.array() can do. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
