From: Magnus L. H. <ma...@he...> - 2002-01-29 22:52:00
|
My numarray dumps core... >>> from numarray import * >>> a = zeros([10, 10]) >>> a = zeros([10, 10]) + 0.5 Bus Error (core dumped) Numeric tackles this just fine... What gives? -- Magnus Lie Hetland The Anygui Project http://hetland.org http://anygui.org |