Re: [Numpy-discussion] asarray() behaviour.

2007-01-08 Thread Charles R Harris
On 1/8/07, Tim Leslie <[EMAIL PROTECTED]> wrote: I get different behaviour from asarray depending on whether I pass in a list or an array, Additionally, neither of them give me the expected results, which is a TypeError complaining about being unable to use complex values as floats. Can someone

[Numpy-discussion] asarray() behaviour.

2007-01-08 Thread Tim Leslie
I get different behaviour from asarray depending on whether I pass in a list or an array, Additionally, neither of them give me the expected results, which is a TypeError complaining about being unable to use complex values as floats. Can someone shed some light on this. Cheers, Tim In [27]: N.a