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
|