[Numpy-discussion] Unhelpful errors trying to create very large arrays?
David Cournapeau
cournape at gmail.com
Mon Mar 23 03:26:55 EDT 2009
Hi Matthew,
On Sun, Mar 22, 2009 at 5:40 PM, Matthew Brett <matthew.brett at gmail.com> wrote:
>
> I get the 'negative dimensions' error in this situation:
I think I have fixed both arange and zeros errors in the trunk. arange
error was specific to arange (unchecked overflow in a double -> int
cast), but the zero one was more general (it should fix any 'high
level' array creation call like empty, ones, etc....)
Tell me if you still have problems,
David
More information about the NumPy-Discussion
mailing list