Colin Raffel
Colin Raffel
> Would there be a way to change them, disable them or even remove them? So I wouldn't need to fix your code. No, these are all useful tests that...
If the files are indeed included, the problem appears to be that Debian's test system is not finding them (e.g. `No such file or directory: 'data/tempo/bad00.lab'`). I don't know anything...
What part of `mir_eval` is too slow? I think most of the metrics are reasonably fast, and those that aren't could probably benefit most from some regular Python hand-optimization. I...
I think as a first pass it's worth looking in detail at what metrics are prohibitively slow and if there's an easy way to make them faster without numba (since...
> Side note: is it worth making up a separate issue to put mir_eval in conda-forge? Sure, wouldn't hurt. I would prioritize it based on how much people are complaining...
About which functions?
@ejhumphrey @bmcfee
Assuming there is a use-case for evaluation using `reduce_extended_chords=True`, I am in support of this. I don't know enough about chords to know whether this is a common or possible...
Hi there, if you can find in the MIDI file spec that this is the intended behavior, a PR would be welcome. However, to the best of my knowledge, a...
@rabitt can you take a look?