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

LDA DeprecationWarning converting an array with ndim > 0 to an index will result in an error #576

Closed
tmylk opened this issue Jan 9, 2016 · 3 comments
Labels
bug Issue described a bug

Comments

@tmylk
Copy link
Contributor

tmylk commented Jan 9, 2016

DeprecationWarning in Python 3 build caused by https://github.com/piskvorky/gensim/blob/develop/gensim/models/ldamodel.py#L874

testTopTopics (gensim.test.test_ldamodel.TestLdaModel) ... /home/travis/build/piskvorky/gensim/gensim/models/ldamodel.py:874: DeprecationWarning: converting an array with ndim > 0 to an index will result in an error in the future
  for l in top_words[:m_index - 1]:
ok
@piskvorky piskvorky added the bug Issue described a bug label Jan 11, 2016
@prakhar2b
Copy link
Contributor

prakhar2b commented Feb 19, 2017

@tmylk
I want to work on this bug. Could you update me regarding the current status of this bug. Also, the link for build seems broken in the above comment.

@piskvorky
Copy link
Owner

What's the status here?

@tmylk
Copy link
Contributor Author

tmylk commented Mar 12, 2017

This has indeed become an error in numpy 1.12 and was fixed in #1146

@tmylk tmylk closed this as completed Mar 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue described a bug
Projects
None yet
Development

No branches or pull requests

3 participants