Skip to content

Commit

Permalink
Update gensim/test/test_fasttext.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piskvorky authored and gojomo committed Jul 31, 2020
1 parent ce16168 commit 779fe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/test/test_fasttext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def test_out_of_vocab(self):
self.assertRaises(KeyError, model.wv.word_vec, 'streamtrain')

def test_cbow_neg(self):
"""See gensim.test.test_word2vec.TestWord2VecModel.test_cbow_neg"""
"""See `gensim.test.test_word2vec.TestWord2VecModel.test_cbow_neg`."""
model = FT_gensim(
sg=0, cbow_mean=1, alpha=0.05, window=5, hs=0, negative=15,
min_count=5, epochs=10, workers=2, sample=0,
Expand Down

0 comments on commit 779fe46

Please sign in to comment.