Commit
·
f368afb
1
Parent(s):
0f0173e
Update test.py
Browse files
test.py
CHANGED
@@ -314,7 +314,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
314 |
for target in targets
|
315 |
),
|
316 |
)
|
317 |
-
for placeholder_key in ("test",)
|
318 |
)
|
319 |
))
|
320 |
|
|
|
314 |
for target in targets
|
315 |
),
|
316 |
)
|
317 |
+
for placeholder_key in ("test","dev")
|
318 |
)
|
319 |
))
|
320 |
|