[Numpy-discussion] numpy.dtype problem

Christopher Hanley chanley at stsci.edu
Wed Feb 1 06:47:03 EST 2006


The following seems to have stopped working:


In [6]: import numpy

In [7]: a = numpy.ones((3,3),dtype=numpy.int32)

In [8]: a.dtype.name
---------------------------------------------------------------------------
exceptions.MemoryError                               Traceback (most 
recent call last)

/data/sparty1/dev/devCode/<console>

MemoryError:


Chris




More information about the NumPy-Discussion mailing list