From: Francesc A. <fa...@ca...> - 2006-09-27 07:49:04
|
Hello, Sorry for being insistent, but I recognize that I'm having a bad time with NumPy data type rational. Is there an explanation for this?: >>> numpy.dtype('i4').type <type 'numpy.int32'> >>> numpy.dtype('int32').type <type 'numpy.int32'> >>> numpy.dtype('i4').type =3D=3D numpy.dtype('int32').type True So far so good, but is the next the intended behaviour? >>> numpy.typeDict['i4'] <type 'numpy.int32'> >>> numpy.typeDict['int32'] <type 'numpy.int32'> >>> numpy.typeDict['i4'] =3D=3D numpy.typeDict['int32'] False --=20 >0,0< Francesc Altet http://www.carabos.com/ V V C=C3=A1rabos Coop. V. Enjoy Data "-" |