Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhvachher committed Apr 11, 2017
1 parent 59feafd commit f85ae9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/test/test_word2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def test_cbow_neg(self):
min_count=5, iter=10, workers=2, sample=0)
self.model_sanity(model)

@log_capture
@log_capture()
def test_most_similar_among(self, l):
"""
Testing most_similar_among method of KeyedVectors Class.
Expand Down

0 comments on commit f85ae9f

Please sign in to comment.