ProgramComputer commited on
Commit
6d20e86
·
1 Parent(s): 7170bb0

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +3 -3
test.py CHANGED
@@ -293,10 +293,10 @@ class Test(datasets.GeneratorBasedBuilder):
293
  for target in targets
294
  ),
295
  )
296
- for placeholder_key in ("test")
297
  ))
298
-
299
- #print(mapped_paths)
300
 
301
  # tmp_paths = dl_manager.extract_and_download(
302
 
 
293
  for target in targets
294
  ),
295
  )
296
+ for placeholder_key in ("placeholder","test")
297
  ))
298
+
299
+ print(mapped_paths)
300
 
301
  # tmp_paths = dl_manager.extract_and_download(
302