Ian Simon
Ian Simon
https://github.com/craffel/mir_eval/blob/576aad4e0b5931e7c697c078a1153c99b885c64f/mir_eval/key.py#L145 Is this intended to be asymmetric? E.g. if estimated = G major and reference = C major the score is 0.5, but if estimated = C major and reference...
As of Python 3.12, some of the docstrings contain escape sequences that are considered invalid and yield SyntaxWarnings: - `2\pi` in [sonify.py](https://github.com/mir-evaluation/mir_eval/blob/8db0b3812e2032544c1fc00d02d4256cab043f3d/mir_eval/sonify.py) - `\*` in [hierarchy.py](https://github.com/mir-evaluation/mir_eval/blob/8db0b3812e2032544c1fc00d02d4256cab043f3d/mir_eval/hierarchy.py) and [util.py](https://github.com/mir-evaluation/mir_eval/blob/8db0b3812e2032544c1fc00d02d4256cab043f3d/mir_eval/util.py) - `\%`...