osbm commited on
Commit
5b81cf0
·
1 Parent(s): 8947b73

Update prostate158.py

Browse files
Files changed (1) hide show
  1. prostate158.py +1 -1
prostate158.py CHANGED
@@ -55,7 +55,7 @@ class Prostate158Dataset(datasets.GeneratorBasedBuilder):
55
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
56
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
57
 
58
- downloaded_files = dl_manager.download(["data.zip"])[0]
59
 
60
  return [
61
  datasets.SplitGenerator(
 
55
  # It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
56
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
57
 
58
+ downloaded_files = dl_manager.download_and_extract("data.zip")
59
 
60
  return [
61
  datasets.SplitGenerator(