alessandro trinca tornidor commited on
Commit
509f5b7
·
1 Parent(s): a133169

test: fix commented class

Browse files
tests/lambdas/test_lambdaSpeechToScore_librosa.py CHANGED
@@ -47,7 +47,7 @@ class TestCalcStartEnd(unittest.TestCase):
47
  self.assertEqual(output, 48000 * 4)
48
 
49
 
50
- # class TestAudioReadLoad(unittest.TestCase):
51
 
52
  def test_audioread_load_full_file(self):
53
  signal, sr_native = lambdaSpeechToScore.audioread_load(input_file_test_de)
 
47
  self.assertEqual(output, 48000 * 4)
48
 
49
 
50
+ class TestAudioReadLoad(unittest.TestCase):
51
 
52
  def test_audioread_load_full_file(self):
53
  signal, sr_native = lambdaSpeechToScore.audioread_load(input_file_test_de)