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

AlignedTextGrid creation flexibilization #199

Merged
merged 4 commits into from
Jun 25, 2024
Merged

AlignedTextGrid creation flexibilization #199

merged 4 commits into from
Jun 25, 2024

Conversation

JoFrhwld
Copy link
Member

A new AlignedTextGrid can now be created with a list of TierGroups

atg = AlignedTextGrid([TierGroup(), TierGroup()])

The way class-cloning is done has also been streamlined so that atg.append() will appropriately clone the classes of a tier group, re-using already cloned classes if they exist.

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

Attention: Patch coverage is 95.91837% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.32%. Comparing base (079cef2) to head (2c8a77f).
Report is 11 commits behind head on dev.

Files Patch % Lines
src/aligned_textgrid/aligned_textgrid.py 95.55% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #199      +/-   ##
==========================================
- Coverage   91.33%   91.32%   -0.02%     
==========================================
  Files          15       15              
  Lines        1927     1936       +9     
==========================================
+ Hits         1760     1768       +8     
- Misses        167      168       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JoFrhwld JoFrhwld merged commit 7ce4288 into dev Jun 25, 2024
7 of 8 checks passed
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.

1 participant