Skip to content

Commit

Permalink
Update key scoring warning to specify future default behaviour change
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-baumann committed Jul 23, 2021
1 parent 886b3a8 commit f114387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mir_eval/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ def weighted_score(reference_key, estimated_key,
if not allow_descending_fifths:
warnings.warn('The selected key scoring method does not match that '\
'currently used by MIREX. To use the same method, specify '\
'allow_descending_fifths=True.')
'allow_descending_fifths=True. The default behaviour will '\
'change to allow_descending_fifths=True in the future.')

validate(reference_key, estimated_key)
reference_key, reference_mode = split_key_string(reference_key)
Expand Down

0 comments on commit f114387

Please sign in to comment.