Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anujanegi committed Mar 28, 2018
1 parent 324866f commit 810a89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_write_labels(tmpdir):
file_path = tmpdir.join('test.csv')
utils.write_labels(label, file_name=file_path)
assert(os.path.exists(file_path))
assert(label == utils.read_labels(file_name=file_path))


test_balance_data = [
Expand Down

0 comments on commit 810a89c

Please sign in to comment.