Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 28, 2023
1 parent ac65380 commit 2bb9dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/espnet2/svs/test_naive_rnn_dp.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,5 @@ def test_NaiveRNNDP(
inputs.update(spembs=torch.randn(spk_embed_dim))
model.inference(**inputs)

test_NaiveRNNDP(0, "cat", 1, 3, None, "add", 5, 2)

test_NaiveRNNDP(0, "cat", 1, 3, None, "add", 5, 2)

0 comments on commit 2bb9dd4

Please sign in to comment.