Skip to content

Commit 7b2e9d1

Browse files
author
Zenflow
committed
fix: NameError w3 → w3_words in step4_verify print
1 parent 2ea8a74 commit 7b2e9d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/podcast_to_moshi_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ def step4_verify(ep_num: int) -> None:
877877

878878
print(f"\n Step 4 — w2 vs w3 timestamp comparison:", flush=True)
879879
print(f" w2 words : {len(w2_alignments)}", flush=True)
880-
print(f" w3 words : {len(w3)}", flush=True)
880+
print(f" w3 words : {len(w3_words)}", flush=True)
881881
print(f" Matched : {n_match}/{total} ({pct:.1f}%)", flush=True)
882882
print(f" Mean |Δ| : {mean_d*1000:.0f} ms", flush=True)
883883
print(f" Max |Δ| : {max_d*1000:.0f} ms", flush=True)

0 commit comments

Comments
 (0)