Skip to content

Commit

Permalink
Merge pull request #1371 from prakhar2b/fasttext_test
Browse files Browse the repository at this point in the history
fixed test for training (new fastText format)
  • Loading branch information
menshikh-iv authored May 29, 2017
2 parents ade3e02 + 8534219 commit f1df69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/test/test_fasttext_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def testTraining(self):
if self.ft_path is None:
logger.info("FT_HOME env variable not set, skipping test")
return # Use self.skipTest once python < 2.7 is no longer supported
vocab_size, model_size = 1762, 10
vocab_size, model_size = 1763, 10
trained_model = fasttext.FastText.train(
self.ft_path, self.corpus_file, size=model_size, output_file=testfile())

Expand Down

0 comments on commit f1df69a

Please sign in to comment.