-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Remove evfuncs and birdsong-recognition-dataset as dependencies * Vendor evfuncs.load_notmat function; add to formats/seq/notmat.py * Add additional fixture in tests/fixtures/notmat.py * Add tests for load_notmat in tests/test_formats/test_seq/test_notmat.py * Add data_for_tests/cbins/or60yw70-song-edited-to-have-single-segment/ * Vendor code from birdsong-recognition-dataset in formats/seq/birdsongrec.py * Add tests to tests/test_formats/test_seq/test_birdsongrec.py * Fix type tests and repr for birdsongrec classes in src/crowsetta/formats/seq/birdsongrec.py * Fix broken unit test in tests/test_formats/test_seq/test_birdsongrec.py * Raise lower bounds on core scientific Python dependencies, closer to SPEC 0 * Remove import of evfuncs in test_notmat.py * Fix use of evfuncs in tests/test_formats/test_seq/test_notmat.py * Apply linting + flake8 fixes * Fix type comparisons -> isinstance in some modules
- Loading branch information
1 parent
ea9593e
commit 82ae071
Showing
16 changed files
with
440 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.