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