We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942328a commit de6b0a7Copy full SHA for de6b0a7
tests/test_pipeline.py
@@ -69,10 +69,11 @@ def mt_callback(word_dict):
69
e_transcript = self._make_transcript(expected,mt_callback)
70
assert o_transcript == e_transcript
71
72
- def test_assign_word_speakers(self):
73
- self._assign_funct_case_loader(
74
- self.provide_assign_word_speakers, pipeline.assign_word_speakers
75
- )
+ # We don't expose this function from whisperx
+ #def test_assign_word_speakers(self):
+ # self._assign_funct_case_loader(
+ # self.provide_assign_word_speakers, pipeline.assign_word_speakers
76
+ # )
77
78
def test_assign_speakers(self):
79
self._assign_funct_case_loader(
0 commit comments