Forced-Alignment-and-Vowel-Extraction / fave-asr

Interface for automated transcription and time alignment of conversational interview data
https://forced-alignment-and-vowel-extraction.github.io/fave-asr/
GNU General Public License v3.0
3 stars 0 forks source link

[tests] Only test transcript equivalence (#5) #9

Closed chrisbrickhouse closed 6 months ago

chrisbrickhouse commented 6 months ago

Tests of alignment and speaker assignment no longer test for equivalence of start and end times or assignment weights because different machines have slightly different results leading to failures. Instead, only the transcriptions themselves are asserted to be equivalent.

Fixes #5

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0f89a62) 62.92% compared to head (61f5a45) 78.46%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9 +/- ## =========================================== + Coverage 62.92% 78.46% +15.54% =========================================== Files 2 2 Lines 89 130 +41 =========================================== + Hits 56 102 +46 + Misses 33 28 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.