Skip to content

Commit

Permalink
Minor change in commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolgulati committed Oct 5, 2016
1 parent 51e019e commit a15ef90
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 @@ -238,7 +238,7 @@ def testPersistenceWord2VecFormatCombinationWithStandardPersistence(self):
# fname = os.path.join(os.path.dirname(__file__), 'word2vecmodel_python_2_7')
# model = word2vec.Word2Vec(sentences, min_count=1, seed = 1000007)
# model.init_sims()
# model.save(fname, binary=True)
# model.save(fname)
# logging.warning("Word2Vec model saved")

def testModelCompatibilityWithPythonVersions(self):
Expand Down

0 comments on commit a15ef90

Please sign in to comment.