craffel / mir_eval

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

updated display tests to support mpl2.1 #268

Closed bmcfee closed 6 years ago

bmcfee commented 6 years ago

This should fix build failures in #267 .

Going forward, we need to prioritize rewriting the test suite in pytest since nose is deprecated, and the support code that we use for display tests will eventually be removed from mpl.

craffel commented 6 years ago

Thank you sir.