Re: [Numpy-discussion] Array printing differences between 64- and 32-bit platforms

2008-10-15 Thread Charles R Harris
On Wed, Oct 15, 2008 at 10:52 AM, Ken Basye <[EMAIL PROTECTED]> wrote: > Hi Folks, > In porting some code to a 64-bit machine, I ran across the following > issue. > On the 64-bit machine, an array with dtype=int32 prints the dtype > explicitly, whereas on > a 32 bit machine it doesn't. The same

[Numpy-discussion] Array printing differences between 64- and 32-bit platforms

2008-10-15 Thread Ken Basye
Hi Folks, In porting some code to a 64-bit machine, I ran across the following issue. On the 64-bit machine, an array with dtype=int32 prints the dtype explicitly, whereas on a 32 bit machine it doesn't. The same is true for dtype=intc (since 'intc is int32' --> True), and the converse is tr