We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run all tests and get this error (any python version, develop branch) CC @prakhar2b @jayantj
develop
====================================================================== FAIL: testTraining (gensim.test.test_fasttext_wrapper.TestFastText) Test self.test_model successfully trained, parameters and weights correctly loaded ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ivan/release/test/gensim/gensim/test/test_fasttext_wrapper.py", line 63, in testTraining self.assertEqual(trained_model.wv.syn0.shape, (vocab_size, model_size)) AssertionError: Tuples differ: (1763, 10) != (1762, 10) First differing element 0: 1763 1762 - (1763, 10) ? ^ + (1762, 10) ? ^ ----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
Fixed in #1371
Sorry, something went wrong.
No branches or pull requests
I run all tests and get this error (any python version,
develop
branch)CC @prakhar2b @jayantj
The text was updated successfully, but these errors were encountered: