[Numpy-discussion] Numpy 1.11.0rc1 released.

Pauli Virtanen pav at iki.fi
Tue Feb 23 16:05:36 EST 2016


23.02.2016, 22:40, Charles R Harris kirjoitti:
[clip]
> On all 32-bit platforms:
> 
> ============================================================
> ERROR: test_zeros_big (test_multiarray.TestCreation)
> ------------------------------------------------------------
> Traceback (most recent call last):
>   File "X:\Python27\lib\site-packages\numpy\core\tests\test_multiarray.py",
> line 594, in test_zeros_big
>     d = np.zeros((30 * 1024**2,), dtype=dt)
> MemoryError
> 
> I would be much obliged if someone else could demonstrate it.

Memory fragmentation in the 2GB address space available? If dt==float64,
that requires 250MB contiguous.

-- 
Pauli Virtanen




More information about the NumPy-Discussion mailing list