[Numpy-discussion] ticket #450

Sebastian Haase haase at msg.ucsf.edu
Sat Mar 31 17:39:23 EDT 2007


Hi!
Could someone comment on ticket #450
[Numpy-tickets] [NumPy] #450: Make a.min() not copy data

It seems odd that calculating the min of an array causes a memory error.
The demonstrated data array is a 3D cube of uint8 and about 1GB in size.
even  creation of an extra (2d) array when reducing the 1st dimension,
would only need about 1MB -- that can not really explain the memory
error.

Thanks,
Sebastian



More information about the NumPy-Discussion mailing list