From: Matt K. <mat...@ho...> - 2006-08-29 12:59:20
|
is the following behaviour expected? or is this a bug with numpy.object_ ?= I'm using numpy 1.0b1 =20 >>> print numpy.array([],numpy.float64).size0 >>> print numpy.array([],numpy.object_).size1 Should the size of an array initialized from an empty list not always be 1 = ? or am I just crazy? =20 Thanks, =20 - Matt Knox _________________________________________________________________ Be one of the first to try Windows Live Mail. http://ideas.live.com/programpage.aspx?versionId=3D5d21c51a-b161-4314-9b0e-= 4911fb2b2e6d= |