Open joaquimcampos opened 3 years ago
Since SciPy 1.9.0 sparse matrices with object
datatype have been deprecated completely (https://github.com/scipy/scipy/pull/15828) and now this issue breaks BroadcastOperator
and many examples/use cases that require it.
Any fixes or workarounds folks have found?
@styada This issue should be gone with odl-0.8, thanks to Paul's work in https://github.com/odlgroup/odl/pull/1642.
Looks like my install of odl brought in a version before the changes but I checked out his work thank you again!
Le ven. 22 nov. 2024 à 4:19 AM, Justus Sagemüller @.***> a écrit :
@styada https://github.com/styada This issue should be gone with odl-0.8, thanks to Paul's work in #1642 https://github.com/odlgroup/odl/pull/1642.
— Reply to this email directly, view it on GitHub https://github.com/odlgroup/odl/issues/1607#issuecomment-2493408861, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKTKEEQAPPPERNOUKLSUWPD2B4AK5AVCNFSM6AAAAABSISTYNGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJTGQYDQOBWGE . You are receiving this because you were mentioned.Message ID: @.***>
I get the following warning from scipy/sparse/sputils.py:
"sputils.py:115: UserWarning: object dtype is not supported by sparse matrices warnings.warn("object dtype is not supported by sparse matrices")" text.
I am using python 3.7. Code to reproduce: