Skip to content

Commit

Permalink
fix ChordEvaluation docstrings
Browse files Browse the repository at this point in the history
fixes #460
  • Loading branch information
Sebastian Böck committed Jan 7, 2022
1 parent d1e48c0 commit c840182
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions madmom/evaluation/chords.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def encode(chord_labels):
Parameters
----------
chord_labels : numpy structured array
Chord segments in `madmom.io.SEGMENT_DTYPE` format
Chord segments in `madmom.io.SEGMENT_DTYPE` format.
Returns
-------
Expand Down Expand Up @@ -728,10 +728,10 @@ class ChordEvaluation(EvaluationMixin):
Parameters
----------
detections : str
File containing chords detections.
annotations : str
File containing chord annotations.
detections : numpy structured array
Detected chord segments in `madmom.io.SEGMENT_DTYPE` format.
annotations : numpy structured array
Annotated chord segments in `madmom.io.SEGMENT_DTYPE` format.
name : str, optional
Name of the evaluation object (e.g., the name of the song).
Expand Down

0 comments on commit c840182

Please sign in to comment.