Commit
·
10b64bf
1
Parent(s):
9c8dd9b
Update test.py
Browse files
test.py
CHANGED
@@ -293,7 +293,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
293 |
for target in targets
|
294 |
),
|
295 |
)
|
296 |
-
for placeholder_key in ("placeholder,"test")
|
297 |
))
|
298 |
|
299 |
#print(mapped_paths)
|
|
|
293 |
for target in targets
|
294 |
),
|
295 |
)
|
296 |
+
for placeholder_key in ("placeholder","test")
|
297 |
))
|
298 |
|
299 |
#print(mapped_paths)
|