-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix Numpy deprecation warning in matutils.corpus2dense #2433
Conversation
This reverts commit 6add3ba.
…cement of a parenthesis. Updated predicted values for unit tests
Thanks @PeteBleackley . That doesn't look like a 1-line change though, and there are conflicts. Can you rebase your changes on top of current |
@piskvorky It should be a one line change. For some reason git has included all the commits from my previous 2 PRs (it lives up to its name). I had tried to make sure that I was synced to the latest version of the develop branch before making my changes as well. I'll have to try again. |
You could also start from gensim's That way, there's no risk your "local" |
@PeteBleackley Are you able to rebase? |
This has already been fixed as part of #2371 |
Fix for issue #2432. This is a one line change (generator to list comprehension)