[issue23307] python hangs on call to numpy.outer

2015-01-23 Thread Jim Bridgewater
Jim Bridgewater added the comment: Turns out an outer product of two million element vectors takes up a lot of memory. Go figure. -- resolution: -> not a bug ___ Python tracker <http://bugs.python.org/issu

[issue23307] python hangs on call to numpy.outer

2015-01-23 Thread Jim Bridgewater
New submission from Jim Bridgewater: python hangs when this script is run and if it is allowed to continue running OS X produces system out of memory errors -- files: dome_projection.py messages: 234593 nosy: jwbwater priority: normal severity: normal status: open title: python hangs