ProgramComputer
commited on
Commit
•
5fbdf56
1
Parent(s):
2e4608c
Update test.py
Browse files
test.py
CHANGED
@@ -286,16 +286,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
286 |
)
|
287 |
)
|
288 |
# raise Exception(dl_manager.download(
|
289 |
-
|
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.download(
|
300 |
dict( (
|
301 |
placeholder_key,
|
|
|
286 |
)
|
287 |
)
|
288 |
# raise Exception(dl_manager.download(
|
289 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
mapped_paths = dl_manager.extract( dl_manager.download(
|
291 |
dict( (
|
292 |
placeholder_key,
|