Skip to content
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.sparse.csr DeprecationWarning in user_output.py #125

Closed
jGaboardi opened this issue Oct 7, 2023 · 1 comment
Closed

scipy.sparse.csr DeprecationWarning in user_output.py #125

jGaboardi opened this issue Oct 7, 2023 · 1 comment

Comments

@jGaboardi
Copy link
Member

We are hitting a DeprecationWarning thrown by scipy.sparse in user_output.py:

spreg/user_output.py:15: DeprecationWarning: Please use `csr_matrix` from the `scipy.sparse` namespace, the `scipy.sparse.csr` namespace is deprecated.
    from scipy.sparse.csr import csr_matrix

Simply need to adjust the import structure.

@pedrovma
Copy link
Member

pedrovma commented Aug 8, 2024

Part of issue #126.

@pedrovma pedrovma closed this as completed Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants