Commit
·
7a18482
1
Parent(s):
148a01e
Update test.py
Browse files
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 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
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 ("
|
309 |
)
|
310 |
))
|
311 |
|
312 |
-
|
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 |
|