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
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