ProgramComputer commited on
Commit
67b1e3a
·
1 Parent(s): d633cf8

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +11 -11
test.py CHANGED
@@ -285,17 +285,17 @@ class Test(datasets.GeneratorBasedBuilder):
285
  for target in targets
286
  )
287
  )
288
- # raise Exception(dl_manager.download(
289
- # dict( (
290
- # placeholder_key,
291
- # dict(
292
- # (target, _URLS[target][placeholder_key])
293
- # for target in targets
294
- # ),
295
- # )
296
- # for placeholder_key in ("dev")
297
- # )
298
- # ))
299
 
300
  mapped_paths = dl_manager.extract( dl_manager.download(
301
  dict( (
 
285
  for target in targets
286
  )
287
  )
288
+ raise Exception(dl_manager.download(
289
+ dict( (
290
+ placeholder_key,
291
+ dict(
292
+ (target, _URLS[target][placeholder_key])
293
+ for target in targets
294
+ ),
295
+ )
296
+ for placeholder_key in ("dev",)
297
+ )
298
+ ))
299
 
300
  mapped_paths = dl_manager.extract( dl_manager.download(
301
  dict( (