Skip to content
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

Merged
merged 6 commits into from Mar 1, 2023

Conversation

NickleDave
Copy link
Collaborator

@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (38c7a68) 94.11% compared to head (d1b4572) 94.09%.

❗ Current head d1b4572 differs from pull request most recent head fdd1bf0. Consider uploading reports for the commit fdd1bf0 to get more accurate results

📣 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     
Impacted Files Coverage Δ
noxfile.py 0.00% <0.00%> (ø)
tests/test_data.py 98.40% <0.00%> (-1.60%) ⬇️
tests/fixtures/__init__.py 100.00% <0.00%> (ø)
tests/test_formats/test_bbox/test_raven.py 100.00% <0.00%> (ø)
tests/test_formats/test_seq/test_audtxt.py
tests/fixtures/audtxt.py
tests/test_formats/test_seq/test_audseq.py 100.00% <0.00%> (ø)
tests/fixtures/audseq.py 88.88% <0.00%> (ø)
tests/test_formats/test_bbox/test_audbbox.py 100.00% <0.00%> (ø)
tests/fixtures/audbbox.py 88.88% <0.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@NickleDave NickleDave force-pushed the add-audacity-bbox branch 2 times, most recently from fdd1bf0 to 545ec7e Compare March 1, 2023 14:50
NickleDave and others added 6 commits March 1, 2023 10:10
- 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
@NickleDave NickleDave merged commit 98f9c42 into main Mar 1, 2023
@NickleDave NickleDave deleted the add-audacity-bbox branch March 1, 2023 15:17
@NickleDave
Copy link
Collaborator Author

@all-contributors please add @shaupert for code ideas

@allcontributors
Copy link
Contributor

@NickleDave

I've put up a pull request to add @shaupert! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bbox annotation format: Audacity Extended LabelTrack
2 participants