ProgramComputer commited on
Commit
d633cf8
1 Parent(s): 3345f55

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +4 -4
test.py CHANGED
@@ -293,19 +293,19 @@ class Test(datasets.GeneratorBasedBuilder):
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( (
302
- "test",
303
  dict(
304
- (target, _URLS[target]["test"])
305
  for target in targets
306
  ),
307
  )
308
-
309
  )
310
  ))
311
 
 
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( (
302
+ placeholder_key,
303
  dict(
304
+ (target, _URLS[target][placeholder_key])
305
  for target in targets
306
  ),
307
  )
308
+ for placeholder_key in ("test",)
309
  )
310
  ))
311