ProgramComputer commited on
Commit
7a18482
·
1 Parent(s): 148a01e

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +13 -13
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","test")
297
- )
298
- ))
299
 
300
  mapped_paths = dl_manager.extract( dl_manager.download(
301
  dict( (
@@ -305,11 +305,11 @@ class Test(datasets.GeneratorBasedBuilder):
305
  for target in targets
306
  ),
307
  )
308
- for placeholder_key in ("placeholder","test")
309
  )
310
  ))
311
 
312
- # raise Exception(mapped_paths)
313
 
314
  # tmp_paths = dl_manager.extract_and_download(
315
 
 
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( (
 
305
  for target in targets
306
  ),
307
  )
308
+ for placeholder_key in ("test")
309
  )
310
  ))
311
 
312
+ raise Exception(mapped_paths)
313
 
314
  # tmp_paths = dl_manager.extract_and_download(
315