|
From: Christopher H. <ch...@st...> - 2006-02-01 14:46:15
|
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 |