Skip to content

Commit

Permalink
fix get_mcd_plain (forgot to update when switching to using htk_io)
Browse files Browse the repository at this point in the history
Ignore-this: e4e832950ef8a52bb203b144eaa44339

darcs-hash:20150312075712-3a4db-0847619927cc9e07da4907f37eaee641eaec2021
  • Loading branch information
MattShannon committed Mar 12, 2015
1 parent 5619371 commit a7d8dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get_mcd_plain
Expand Up @@ -116,7 +116,7 @@ def main(rawArgs):
alignment = getAlignment(uttId)
alignmentInclude = [
(startTime, endTime, not reRemoveSegments.search(label))
for startTime, endTime, label in alignment
for startTime, endTime, label, _ in alignment
]
includeFrames = list(util.expandAlignment(alignmentInclude))
assert len(includeFrames) == len(nat)
Expand Down

0 comments on commit a7d8dce

Please sign in to comment.