Skip to content

Commit

Permalink
Make small fixes to transcription
Browse files Browse the repository at this point in the history
Make multiple small fixes based on CR

1. Call validate_intervals() in validate(), call util.validate_intervals() in validate_intervals()
2. Rename match_offsets and match_onsets to match_note_offsets and match_note_onsets
3. Document difference between match_notes, match_not_onsets and match_note_offsets
4. Spellcheck sequences
5. Remove old reference to with_offset parameter from docstring
6. Make OR formula easier to read in docstring
7. Add note about validation in AOR docstring
8. Add beta optional parameter to all functions that compute f1
9. Generate empty interval arrays with correct shape in unit tests

Make PEP8 complient

Update dosctrings for completeness and language consistency
  • Loading branch information
justinsalamon authored and craffel committed May 8, 2016
1 parent a562cb0 commit 345b8fe
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 123 deletions.
Loading

0 comments on commit 345b8fe

Please sign in to comment.