ProgramComputer
commited on
Commit
•
43c34ec
1
Parent(s):
5fe600e
Update test.py
Browse files
test.py
CHANGED
@@ -296,7 +296,6 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
296 |
for placeholder_key in ("dev",)
|
297 |
)
|
298 |
)
|
299 |
-
raise Exception(tmp_paths)
|
300 |
mapped_paths = {"dev":{}}
|
301 |
for key,value in tmp_paths["dev"].items():
|
302 |
with open(value[0], "wb") as out:
|
|
|
296 |
for placeholder_key in ("dev",)
|
297 |
)
|
298 |
)
|
|
|
299 |
mapped_paths = {"dev":{}}
|
300 |
for key,value in tmp_paths["dev"].items():
|
301 |
with open(value[0], "wb") as out:
|