-
Notifications
You must be signed in to change notification settings - Fork 1
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
180 bug insulate entry classes within alignedtextgrid instances from the global class #181
180 bug insulate entry classes within alignedtextgrid instances from the global class #181
Conversation
Still needs tests. @chrisbrickhouse I think if this is merged and published, it should resolve your problem with fave-syllabify: Forced-Alignment-and-Vowel-Extraction/fave-syllabify#5 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #181 +/- ##
==========================================
- Coverage 91.33% 89.53% -1.80%
==========================================
Files 14 14
Lines 1269 1319 +50
==========================================
+ Hits 1159 1181 +22
- Misses 110 138 +28 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo and iteration comments are blockers, but in general lgtm
This PR will clone entry classes upon creation of an AlignedTextGrid, thus insulating any changes made to those entry classes from the global environment, or other AlignedTextGrid objects.