-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
free throw that shouldn't exist #47
Comments
Do you have an example of where this happens? Game Id and possession/event number? |
@dblackrun There are many examples(so I think it's my code's problem) for example gameid = 0020000017,0020000019,0020000020,0020000022 This is the difference between the actual points and the points calculated from the shot during the game 0020000017 |
Can you be more specific? Without a game id and possession number or event number there is no way I can look into it. |
@dblackrun I think I find the possession number. Since I'm a new nba audience, I don't know the rules very well, is there such a situation that the defense team makes a free throw due to a foul by the offense team but does not exchange the ball. I notice that in Game 0020000017 UTA made a freethrow in when LAL is the offense team. |
I'm guessing your issue is how you are dealing with technical free throws. There is no change of possession, so the free throw from the technical foul can be shot by either the team on offence or defence, depending on who had the ball when the technical foul was called. |
I use this code to count the free throws for each posessions, but every season there is a small number of cases where in this
posession offensive team has 0 points but has free throws. I don't know if it's a code problem or a data problem:
The text was updated successfully, but these errors were encountered: