dcayton commited on
Commit
3274530
1 Parent(s): 7010231

quick urls test

Browse files
Files changed (1) hide show
  1. nba_tracking_data_15_16.py +1 -0
nba_tracking_data_15_16.py CHANGED
@@ -153,6 +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
  data_dir = dl_manager.download_and_extract(urls)
157
 
158
  all_file_paths = {}
 
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
+ urls = dict(list(urls.items())[0:1]) # quick test
157
  data_dir = dl_manager.download_and_extract(urls)
158
 
159
  all_file_paths = {}