Skip to content

Commit

Permalink
fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bernard committed Oct 22, 2019
1 parent ee5ae59 commit b2bb7b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ def test_features(pitch, ftype, corpus, tmpdir):
output_dir, 'recipe/conf/mfcc.conf'), 'r').read())
raise err


# # actually ERROR is in the vocabulary so this test fails...
# assert_no_expr_in_log(flog, 'error')

# basic asserts on files
assert_no_expr_in_log(flog, 'error')
assert os.path.isfile(os.path.join(output_dir, 'meta.txt'))
features.Features.check_features(output_dir)

Expand Down

0 comments on commit b2bb7b0

Please sign in to comment.