Skip to content

Commit

Permalink
Fix TextDirectoryCorpus test (Windows problem) (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
macks22 authored and menshikh-iv committed Jul 5, 2017
1 parent ede6eb2 commit be9cb2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gensim/test/test_corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ def test_non_trivial_structure(self):
'b_folder/3.txt',
'b_folder/c_folder/4.txt'
]
expected = [os.path.normpath(path) for path in expected]
self.assertEqual(expected, base_names)

corpus.max_depth = 1
Expand Down

0 comments on commit be9cb2b

Please sign in to comment.