[Numpy-discussion] 64-bit Fedora 9 a=numpy.zeros(0x80000000, dtype='b1')

Citi, Luca lciti at essex.ac.uk
Sat Sep 12 10:47:44 EDT 2009


Python shouldn't be the problem here.
Even on a 32bit machine
>>> a = 0x80000000
2147483648L
>>> a=np.zeros(a, dtype=bool)
ValueError: negative dimensions are not allowed



More information about the NumPy-Discussion mailing list