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
Just tested but sadly the csc_matvecs functions only exists in sparsetools - the deprecation message was autogenerated and incorrect. However, the message can be removed by importing from _sparsetools instead of sparsetools
I'm receiving a deprecation warning when using gensim within pytest. It's related to this issue #3014, but now with hopefully a much simpler solution.
Referencing here:
https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/models/lsimodel.py#LL69C1-L69C37
The latest deprecation warning now says to just change the import location, so should be very easy to resolve by changing:
to
Then updating references to csc_matvecs
The text was updated successfully, but these errors were encountered: