Skip to content

Commit

Permalink
Removed blank line in test_ldamodel, work around for Travis-CI issue p…
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolgulati committed Nov 11, 2016
1 parent f6adac5 commit 6c60c1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gensim/test/test_ldamodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ def testTermTopics(self):
def testPasses(self):
# long message includes the original error message with a custom one
self.longMessage = True

# construct what we expect when passes aren't involved
test_rhots = list()
model = self.class_(id2word=dictionary, chunksize=1, num_topics=2)
Expand Down

0 comments on commit 6c60c1d

Please sign in to comment.