Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Jan 24, 2024
1 parent 5211e4b commit 451f66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wenet/dataset/test_datapipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def test_dynamic_batch_datapipe(data_list):
padding)

for d in dataset:
assert d['feats'].size(0) <= max_frames_in_batch
assert d['feats'].size(1) <= max_frames_in_batch

0 comments on commit 451f66a

Please sign in to comment.