j-krzywdziak commited on
Commit
f6d2989
1 Parent(s): 9cdc9d1

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -0
test.py CHANGED
@@ -98,6 +98,7 @@ class TestASR(datasets.GeneratorBasedBuilder):
98
 
99
  def _generate_examples(self, meta_path, audio_files):
100
  """Lorem ipsum."""
 
101
  metadata = {}
102
  with open(meta_path, encoding="utf-8") as f:
103
  next(f)
 
98
 
99
  def _generate_examples(self, meta_path, audio_files):
100
  """Lorem ipsum."""
101
+ print(audio_files)
102
  metadata = {}
103
  with open(meta_path, encoding="utf-8") as f:
104
  next(f)