Re: [Numpy-discussion] Strange behaviour of numpy.asarray() in corner case

2011-01-31 Thread Friedrich Romstedt
2011/1/28 Friedrich Romstedt friedrichromst...@gmail.com: numpy.asarray([X(), numpy.asarray([1, 1])]).shape (2,) numpy.asarray([numpy.asarray([1, 1]), X()]).shape () Does noone have an opinion about this? Shall I file a ticket? Friedrich ___

Re: [Numpy-discussion] Strange behaviour of numpy.asarray() in corner case

2011-01-31 Thread Warren Weckesser
On Mon, Jan 31, 2011 at 8:32 PM, Friedrich Romstedt friedrichromst...@gmail.com wrote: 2011/1/28 Friedrich Romstedt friedrichromst...@gmail.com: numpy.asarray([X(), numpy.asarray([1, 1])]).shape (2,) numpy.asarray([numpy.asarray([1, 1]), X()]).shape () Does noone have an opinion about

Re: [Numpy-discussion] Strange behaviour of numpy.asarray() in corner case

2011-01-31 Thread Friedrich Romstedt
2011/2/1 Warren Weckesser warren.weckes...@enthought.com:  Shall I file a ticket? Yes. Ok, #1730: http://projects.scipy.org/numpy/ticket/1730. Thanks, Friedrich ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org