ProgramComputer
commited on
Commit
•
d75eab0
1
Parent(s):
d8b9e77
Update test.py
Browse files
test.py
CHANGED
@@ -306,7 +306,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
306 |
# copyfileobj(tmp, out)
|
307 |
# #tmp_path.unlink()
|
308 |
# raise Exception("HELLO")
|
309 |
-
mapped_paths = dl_manager.
|
310 |
dict( (
|
311 |
placeholder_key,
|
312 |
dict(
|
|
|
306 |
# copyfileobj(tmp, out)
|
307 |
# #tmp_path.unlink()
|
308 |
# raise Exception("HELLO")
|
309 |
+
mapped_paths = dl_manager.download_and_extract(
|
310 |
dict( (
|
311 |
placeholder_key,
|
312 |
dict(
|