ProgramComputer commited on
Commit
5ce7f57
·
1 Parent(s): 3dc0d4f

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([for x in dl_manager.iter_files(mapped_paths)])
274
  return [
275
  datasets.SplitGenerator(
276
  name="train",
 
270
  )
271
  )
272
 
273
+ raise Exception([x for x in dl_manager.iter_files(mapped_paths)])
274
  return [
275
  datasets.SplitGenerator(
276
  name="train",