Skip to content

Commit

Permalink
fixed test for training
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar2b authored May 28, 2017
1 parent 51bb15b commit 8534219
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 @@ -54,7 +54,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 8534219

Please sign in to comment.