Skip to content

Commit

Permalink
test: exercise debug_aligner in main process too for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jun 17, 2022
1 parent a574cb4 commit 28c101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_force_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_align(self):
"""Basic alignment test case with XML input"""
xml_path = os.path.join(self.data_dir, "ej-fra.xml")
wav_path = os.path.join(self.data_dir, "ej-fra.m4a")
results = align_audio(xml_path, wav_path, unit="w")
results = align_audio(xml_path, wav_path, unit="w", debug_aligner=True)

# Verify that the same IDs are in the output
converted_path = os.path.join(self.data_dir, "ej-fra-converted.xml")
Expand Down

0 comments on commit 28c101b

Please sign in to comment.