ProgramComputer commited on
Commit
3dc0d4f
·
1 Parent(s): 9874eb0

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -270,7 +270,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
270
  )
271
  )
272
 
273
- raise Exception(dl_manager.iter_files(mapped_paths))
274
  return [
275
  datasets.SplitGenerator(
276
  name="train",
 
270
  )
271
  )
272
 
273
+ raise Exception([for x in dl_manager.iter_files(mapped_paths)])
274
  return [
275
  datasets.SplitGenerator(
276
  name="train",