Skip to content

Commit

Permalink
Fix for piskvorky#2574
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh18 committed Oct 2, 2019
1 parent 30eb1a3 commit 95d243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/test/test_corpora_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def testFilter(self):
dfs_expected = {0: 3, 1: 3, 2: 3, 3: 3}
cfs_expected = {0: 4, 1: 3, 2: 3, 3: 3}
self.assertEqual(d.dfs, dfs_expected)
self.assertEqual(d.dfs, cfs_expected)
self.assertEqual(d.cfs, cfs_expected)

def testFilterKeepTokens_keepTokens(self):
# provide keep_tokens argument, keep the tokens given
Expand Down

0 comments on commit 95d243d

Please sign in to comment.