April 23, 2011
2:21 p.m.
On Sat, Apr 23, 2011 at 8:11 AM, Till Stensitzki <mail.till@gmx.de> wrote:
Hm, this is a bit weird. The line x = np.zeros... should fail (you most likely do not have 512 Gb Ram available on your machine :) ). Maybe a check is wrong due to some wrong configuration on windows. Are you on windows 32 or 64 bits ?
I took the outer product of two (512,512)-matrices instead of two 515-vectors :)
32 bit Windows here.
Do you also have an earlier version of numpy installed? As David says, this should raise an error for recent numpy and I'm wondering if you are inadvertently running an earlier version. Chuck