Skip to content
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

Fixed a bug in playbyplay regex #89

Merged
merged 5 commits into from
Nov 10, 2019
Merged

Fixed a bug in playbyplay regex #89

merged 5 commits into from
Nov 10, 2019

Conversation

rsforbes
Copy link
Collaborator

@rsforbes rsforbes commented Oct 5, 2019

PlayByPlayRegEx was expecting 'Full' but received 'Reg.'

known: TRAIL BLAZERS Timeout: Regular (Full 5 Short 0)
Unknown: Magic Timeout: Regular (Reg.4 Short 0)

Expression updated and test added.

@rsforbes
Copy link
Collaborator Author

rsforbes commented Oct 5, 2019

Second commit is a complete simplification of the playbyplay regex. It solves all issues of player names with the exception of turnover by a player. Still working on that on.

@rsforbes
Copy link
Collaborator Author

rsforbes commented Oct 6, 2019

3rd commit for the evening fixes the Mark Morris name anomaly.

@rsforbes
Copy link
Collaborator Author

rsforbes commented Oct 7, 2019

4th commit fixes but in older data where referee was not listed.

@rsforbes
Copy link
Collaborator Author

rsforbes commented Oct 7, 2019

5th commit fixes bug where referee not included in player violation.

Copy link
Owner

@swar swar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am going to deal with making a new version sometime soon. I want to check all the endpoints and add any new ones that might have been added. I will get around to this shortly. Just a lot of work in my classes this week.

@swar swar merged commit 3d920c4 into swar:master Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants