-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add format class for Audacity extended label track, fix #213 #226
Conversation
NickleDave
commented
Mar 1, 2023
- Add format class for Audacity extended label track, fix bbox annotation format: Audacity Extended LabelTrack #213. As suggested by @shaupert with an initial implementation in ENH: create a class AudacityBbox to be able to handle the non standard format with bbox #222. This format will have the shorthand string name 'aud-bbox'
- Rename existing format 'aud-txt' -> 'aud-seq' to clarify relationship to 'aud-bbox' (both use txt files)
- Make noxfile lint session match what GitHub Actions lint workflow does
- Other minor clean-ups
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
==========================================
- Coverage 94.11% 94.09% -0.03%
==========================================
Files 39 41 +2
Lines 1462 1541 +79
==========================================
+ Hits 1376 1450 +74
- Misses 86 91 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fdd1bf0
to
545ec7e
Compare
- Add src/crowsetta/formats/bbox/audbbox.py - TST: Add tests/data_for_tests/aud-bbox/ with files - TST: Add audbbox fixtures in tests - TST: Add tests/test_formats/test_bbox/test_audbbox.py - Add src/crowsetta/data/audbbox/ with example data
545ec7e
to
ddfaaba
Compare
@all-contributors please add @shaupert for code ideas |
I've put up a pull request to add @shaupert! 🎉 |