craffel / mir_eval

Evaluation functions for music/audio information retrieval/signal processing algorithms.
MIT License
588 stars 109 forks source link

Test failure: "No module named 'matplotlib.testing.noseclasses'" #308

Closed craffel closed 5 years ago

craffel commented 5 years ago

Matplotlib v3+ does not have the matplotlib.testing.noseclasses, which causes a test failure. For now, let's force using matplotlib <3 and migrate to pytest in a separate issue. https://travis-ci.org/craffel/mir_eval/jobs/480152073#L9273

craffel commented 5 years ago

Issue for migrating to pytest: #269