dcayton commited on
Commit
7010231
1 Parent(s): 2bc968a

return to original test

Browse files
Files changed (1) hide show
  1. nba_tracking_data_15_16.py +1 -4
nba_tracking_data_15_16.py CHANGED
@@ -153,10 +153,7 @@ class NbaTracking(datasets.GeneratorBasedBuilder):
153
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
154
  # urls = _URLS[self.config.name]
155
  urls = self._URLS # trying Ouwen's format
156
- # smaller dictionary to test (for speed)
157
- print(urls)
158
- print(dict(list(urls.items())[0:3]))
159
- data_dir = dl_manager.download_and_extract(dict(list(urls.items())[0:3]))
160
 
161
  all_file_paths = {}
162
  for key, directory_path in data_dir.items():
 
153
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
154
  # urls = _URLS[self.config.name]
155
  urls = self._URLS # trying Ouwen's format
156
+ data_dir = dl_manager.download_and_extract(urls)
 
 
 
157
 
158
  all_file_paths = {}
159
  for key, directory_path in data_dir.items():