remove redundant variables from tests

This commit is contained in:
Eren 2018-09-06 15:43:55 +02:00
parent 443659a731
commit c78ec7dc36
1 changed files with 2 additions and 6 deletions

View File

@ -26,9 +26,7 @@ class TestLJSpeechDataset(unittest.TestCase):
ref_level_db=c.ref_level_db,
num_freq=c.num_freq,
power=c.power,
preemphasis=c.preemphasis,
min_mel_freq=c.min_mel_freq,
max_mel_freq=c.max_mel_freq)
preemphasis=c.preemphasis)
def test_loader(self):
if ok_ljspeech:
@ -169,9 +167,7 @@ class TestKusalDataset(unittest.TestCase):
ref_level_db=c.ref_level_db,
num_freq=c.num_freq,
power=c.power,
preemphasis=c.preemphasis,
min_mel_freq=c.min_mel_freq,
max_mel_freq=c.max_mel_freq)
preemphasis=c.preemphasis)
def test_loader(self):
if ok_kusal: