You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We are hitting a
DeprecationWarning
thrown byscipy.sparse
inuser_output.py
:Simply need to adjust the import structure.
The text was updated successfully, but these errors were encountered: