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