ProgramComputer commited on
Commit
8675421
·
1 Parent(s): 8e17aa6

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -296,7 +296,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
296
 
297
  def _generate_examples(self, paths, meta_paths):
298
  key = 0
299
-
300
 
301
  for conf in paths:
302
  dataset_id = "vox1" if conf == "audio1" else "vox2"
 
296
 
297
  def _generate_examples(self, paths, meta_paths):
298
  key = 0
299
+ raise Exception(paths)
300
 
301
  for conf in paths:
302
  dataset_id = "vox1" if conf == "audio1" else "vox2"