Chris Oswald
commited on
Commit
·
bed4802
1
Parent(s):
00ba0c6
testing bug fix
Browse files
SPIDER.py
CHANGED
|
@@ -172,7 +172,8 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
| 172 |
# 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.
|
| 173 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
| 174 |
paths_dict = dl_manager.download_and_extract(_URLS)
|
| 175 |
-
scan_types = self.config.scan_types
|
|
|
|
| 176 |
return [
|
| 177 |
datasets.SplitGenerator(
|
| 178 |
name=datasets.Split.TRAIN,
|
|
|
|
| 172 |
# 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.
|
| 173 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
| 174 |
paths_dict = dl_manager.download_and_extract(_URLS)
|
| 175 |
+
# scan_types = self.config.scan_types
|
| 176 |
+
scan_types = ['t1'] #TODO: remove
|
| 177 |
return [
|
| 178 |
datasets.SplitGenerator(
|
| 179 |
name=datasets.Split.TRAIN,
|