[SciPy-dev] 12 errors using 0.7.3.1538 0.4.2_1461
Travis Oliphant
oliphant.travis at ieee.org
Tue Nov 29 13:08:34 CST 2005
Nils Wagner wrote:
There have been reports of sparse matrix errors after the recent change
to scipy_core to allow other object array math to work correctly.
I'm not getting these errors.
Please make sure you've got an updated version of Lib/sparse/sparse.py
In particular, make sure that the spmatrix class defines the
__array_priority__ attribute. The hand-off to the rop methods only
occurs if the object has this attribute.
-Travis
More information about the Scipy-dev
mailing list