craffel/mir_eval

Test failure in chord on Python 3.5

craffel opened this issue · 0 comments

Our chord test is failing on Python 3.5:
https://travis-ci.org/craffel/mir_eval/jobs/480136121#L9494
I think this is because there are actually two warnings being triggered, one of which is
mir_eval/chord.py:573: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result.