Bad behavior of sparse matrices in a binary ufunc (Trac #1598) #2123
Labels
defect
A clear bug or issue that prevents SciPy from being installed or used as expected
Migrated from Trac
scipy.sparse
Milestone
Original ticket http://projects.scipy.org/scipy/ticket/1598 on 2012-02-17 by @pv, assigned to @wnbell.
This behavior should be improved:
I don't actually follow what happens in the last one --- according to pdb, the execution never reaches
csc_matrix.multiply
. Instead, one gets calls tocsc_matrix.__mul__
.Also, these routines should never return NotImplemented.
The text was updated successfully, but these errors were encountered: