From 0977cdc7850a1e01cbb6113ae3373f88ad3df582 Mon Sep 17 00:00:00 2001 From: Brian McFee Date: Sat, 11 Feb 2017 15:31:51 -0500 Subject: [PATCH] added latest git build for mir_eval --- .travis.yml | 1 + tests/test_convert.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69b9059a..7e5b21b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ before_install: install: # install your own package into the environment + - pip install git+https://github.com/craffel/mir_eval - pip install -e .[display] script: diff --git a/tests/test_convert.py b/tests/test_convert.py index a9aceebe..2d187997 100644 --- a/tests/test_convert.py +++ b/tests/test_convert.py @@ -26,11 +26,11 @@ def test_bad_sources(): def __test(ann, target): jams.convert(ann, target) - ann = jams.Annotation(namespace='vector') for target in ['pitch_hz', 'pitch_midi', 'segment_open', 'tag_open', 'beat', 'chord']: yield __test, ann, target + def test_noop(): def __test(ns):