-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fix wrapper tests #1323
Comments
Best way to test this fix is in the docker container in #1121 |
shubhamdotjain
added a commit
to shubhamdotjain/gensim
that referenced
this issue
May 23, 2017
In 4th, get_texts() is an attribute of wiki_corpus, not mmcorpus. Also mmcorpus doesn't have any similar attribute that would get the text from the document. How to go about this? |
shubhamdotjain
added a commit
to shubhamdotjain/gensim
that referenced
this issue
May 24, 2017
shubhamdotjain
added a commit
to shubhamdotjain/gensim
that referenced
this issue
May 24, 2017
Fixed in PR1359 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After running all tests I found some problems
(replace assertEqual to assertAlmostEqual for second element)
(replace assertEqual to assertAlmostEqual for second element with places=1)
varembed wrapper
(remove test because we don't support 2.6 from 1.0.0)
dtm wrapper
The text was updated successfully, but these errors were encountered: