Skip to content

Commit

Permalink
make travis happier
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsalamon committed Feb 10, 2016
1 parent 8acd6ba commit a8f4d68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mir_eval/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,3 @@ def load_valued_intervals(filename, delimiter=r'\s+'):
warnings.warn(error.args[0])

return intervals, values

1 change: 0 additions & 1 deletion tests/test_transcription.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ def test_precision_recall_f1():
assert precision == 2/5.
assert recall == 2/4.
assert f_measure == 2 * precision * recall / (precision + recall)

0 comments on commit a8f4d68

Please sign in to comment.