dcayton commited on
Commit
ce35dfd
1 Parent(s): 5ee94ce

again modifying _URLS

Browse files
Files changed (1) hide show
  1. nba_tracking_data_15_16.py +3 -1
nba_tracking_data_15_16.py CHANGED
@@ -52,7 +52,9 @@ for game in items:
52
 
53
  class NbaTracking(datasets.GeneratorBasedBuilder):
54
  """Tracking data for all games of 2015-2016 season in forms of coordinates for players and ball at each moment."""
55
-
 
 
56
  def _info(self):
57
  features = datasets.Features(
58
  {
 
52
 
53
  class NbaTracking(datasets.GeneratorBasedBuilder):
54
  """Tracking data for all games of 2015-2016 season in forms of coordinates for players and ball at each moment."""
55
+
56
+ _URLS = _URLS
57
+
58
  def _info(self):
59
  features = datasets.Features(
60
  {