-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scipy warning with BroadcastOperator and sparse matrices #1607
Comments
Since SciPy 1.9.0 sparse matrices with |
Any fixes or workarounds folks have found? |
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
<#1642>.
—
Reply to this email directly, view it on GitHub
<#1607 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKTKEEQAPPPERNOUKLSUWPD2B4AK5AVCNFSM6AAAAABSISTYNGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJTGQYDQOBWGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: