dcayton commited on
Commit
84720e7
1 Parent(s): d5f75d3

end cap on examples

Browse files
Files changed (1) hide show
  1. nba_tracking_data_15_16.py +0 -5
nba_tracking_data_15_16.py CHANGED
@@ -196,11 +196,6 @@ class NbaTracking(datasets.GeneratorBasedBuilder):
196
  ]
197
  } for moment in event["moments"]
198
  ]
199
-
200
- moment_id += 1
201
- # moment_id stop
202
- if moment_id > 1000:
203
- break
204
 
205
  yield moment_id, {
206
  "gameid": game_id,
 
196
  ]
197
  } for moment in event["moments"]
198
  ]
 
 
 
 
 
199
 
200
  yield moment_id, {
201
  "gameid": game_id,