mirror of https://github.com/coqui-ai/TTS.git
remove redundant variables from tests
This commit is contained in:
parent
443659a731
commit
c78ec7dc36
|
@ -26,9 +26,7 @@ class TestLJSpeechDataset(unittest.TestCase):
|
||||||
ref_level_db=c.ref_level_db,
|
ref_level_db=c.ref_level_db,
|
||||||
num_freq=c.num_freq,
|
num_freq=c.num_freq,
|
||||||
power=c.power,
|
power=c.power,
|
||||||
preemphasis=c.preemphasis,
|
preemphasis=c.preemphasis)
|
||||||
min_mel_freq=c.min_mel_freq,
|
|
||||||
max_mel_freq=c.max_mel_freq)
|
|
||||||
|
|
||||||
def test_loader(self):
|
def test_loader(self):
|
||||||
if ok_ljspeech:
|
if ok_ljspeech:
|
||||||
|
@ -169,9 +167,7 @@ class TestKusalDataset(unittest.TestCase):
|
||||||
ref_level_db=c.ref_level_db,
|
ref_level_db=c.ref_level_db,
|
||||||
num_freq=c.num_freq,
|
num_freq=c.num_freq,
|
||||||
power=c.power,
|
power=c.power,
|
||||||
preemphasis=c.preemphasis,
|
preemphasis=c.preemphasis)
|
||||||
min_mel_freq=c.min_mel_freq,
|
|
||||||
max_mel_freq=c.max_mel_freq)
|
|
||||||
|
|
||||||
def test_loader(self):
|
def test_loader(self):
|
||||||
if ok_kusal:
|
if ok_kusal:
|
||||||
|
|
Loading…
Reference in New Issue