|
From: Travis O. <oli...@ie...> - 2006-01-20 16:41:17
|
Norbert Nemec wrote: >Is it just me who finds this confusing? There is some bug there, but I >cannot even say what it is supposed to behave like... > >--------------------------------- >In [1]: import numpy > >In [2]: numpy.__version__ >Out[2]: '0.9.2' > >In [3]: a = numpy.matrix(numpy.eye(2)) > >In [4]: a.sum() >Out[4]: matrix([[1, 0, 0, 1]]) > > > Bug... Fixed in SVN. -Travis |