ProgramComputer commited on
Commit
42d9a52
1 Parent(s): 13d3d32

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +4 -5
test.py CHANGED
@@ -271,8 +271,8 @@ class Test(datasets.GeneratorBasedBuilder):
271
  )
272
  )
273
 
274
- mapped_paths = dl_manager.extract(
275
- dl_manager.download_custom(
276
  dict(
277
  (
278
  placeholder_key,
@@ -282,9 +282,8 @@ class Test(datasets.GeneratorBasedBuilder):
282
  ),
283
  )
284
  for placeholder_key in ("placeholder", "test")
285
- ),
286
- download_custom,
287
- )
288
  )
289
 
290
  return [
 
271
  )
272
  )
273
 
274
+ mapped_paths = dl_manager.download_and_extract(
275
+
276
  dict(
277
  (
278
  placeholder_key,
 
282
  ),
283
  )
284
  for placeholder_key in ("placeholder", "test")
285
+ )
286
+
 
287
  )
288
 
289
  return [