ProgramComputer commited on
Commit
7b7fb4f
·
1 Parent(s): 74bf682

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +11 -0
test.py CHANGED
@@ -285,6 +285,17 @@ class Test(datasets.GeneratorBasedBuilder):
285
  for target in targets
286
  )
287
  )
 
 
 
 
 
 
 
 
 
 
 
288
  mapped_paths = dl_manager.extract( dl_manager.custom_download(
289
  dict( (
290
  placeholder_key,
 
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 ("placeholder","test")
297
+ )
298
+ ))
299
  mapped_paths = dl_manager.extract( dl_manager.custom_download(
300
  dict( (
301
  placeholder_key,