Commit
·
7170bb0
1
Parent(s):
67be938
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 ("
|
297 |
))
|
298 |
|
299 |
#print(mapped_paths)
|
|
|
293 |
for target in targets
|
294 |
),
|
295 |
)
|
296 |
+
for placeholder_key in ("test")
|
297 |
))
|
298 |
|
299 |
#print(mapped_paths)
|