
1 May
2007
1 May
'07
11:18 a.m.
Mark.Miller wrote:
OK...so just for future reference...does a Numpy 'long' not directly correspond to a Python 'long'?
There is no Numpy "long", per se. There is a numpy.long symbol exposed, but it is just the builtin long type. However, numpy has no special support for Python's unbounded long type. You have to use object arrays if you want to hold them in numpy arrays.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco