[issue23307] python hangs on call to numpy.outer

2015-01-24 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- stage: - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23307 ___

[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 rep...@bugs.python.org http://bugs.python.org/issue23307

[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