Skip to content

Commit ff356a0

Browse files
committed
🥳 Add hifigan into test_auto.
1 parent 051c324 commit ff356a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_auto.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ def test_auto_processor(mapper_path):
5454
"./examples/fastspeech2/conf/fastspeech2.kss.v1.yaml",
5555
"./examples/fastspeech2/conf/fastspeech2.kss.v2.yaml",
5656
"./examples/melgan/conf/melgan.v1.yaml",
57-
"./examples/melgan.stft/conf/melgan.stft.v1.yaml",
57+
"./examples/melgan_stft/conf/melgan_stft.v1.yaml",
5858
"./examples/multiband_melgan/conf/multiband_melgan.v1.yaml",
5959
"./examples/tacotron2/conf/tacotron2.v1.yaml",
6060
"./examples/tacotron2/conf/tacotron2.kss.v1.yaml",
6161
"./examples/parallel_wavegan/conf/parallel_wavegan.v1.yaml",
62+
"./examples/hifigan/conf/hifigan.v1.yaml",
63+
"./examples/hifigan/conf/hifigan.v2.yaml",
6264
]
6365
)
6466
def test_auto_model(config_path):

0 commit comments

Comments
 (0)