Skip to content

Commit

Permalink
Aplied black formating to test_asr_inference.py for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
espnetUser committed May 10, 2022
1 parent 3aafdb9 commit c96e0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/espnet2/bin/test_asr_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_Speech2Text_streaming(asr_config_file_streaming, lm_config_file):
asr_train_config=asr_config_file_streaming,
lm_train_config=lm_config_file,
beam_size=1,
streaming=True,
streaming=True,
)
speech = np.random.randn(10000)
for sim_chunk_length in [1, 32, 128, 512, 1024, 2048]:
Expand Down

0 comments on commit c96e0d7

Please sign in to comment.