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

Fix NBA Boxscore summary #506

Merged
merged 1 commit into from
Oct 16, 2020
Merged

Fix NBA Boxscore summary #506

merged 1 commit into from
Oct 16, 2020

Conversation

roclark
Copy link
Owner

@roclark roclark commented Oct 16, 2020

The NBA Boxscores were showing no game summaries for the per-quarter scores for both teams. It appears sports-reference.com was updated to include a space in the class attribute for the game summary table, throwing off the parser.

Fixes #455

Signed-Off-By: Robert Clark robdclark@outlook.com

@roclark roclark added bug Something isn't working hacktoberfest-accepted Recommended issues or pull requests for Hacktoberfest labels Oct 16, 2020
@roclark roclark added this to the Release 0.6.0 milestone Oct 16, 2020
@roclark roclark self-assigned this Oct 16, 2020
The NBA Boxscores were showing no game summaries for the per-quarter
scores for both teams. It appears sports-reference.com was updated to
include a space in the class attribute for the game summary table,
throwing off the parser.

Signed-Off-By: Robert Clark <robdclark@outlook.com>
@codecov
Copy link

codecov bot commented Oct 16, 2020

Codecov Report

Merging #506 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #506   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          55       55           
  Lines       13091    13094    +3     
=======================================
+ Hits        13088    13091    +3     
  Misses          3        3           
Impacted Files Coverage Δ
sportsreference/nba/boxscore.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 428c497...a9339ba. Read the comment docs.

@roclark roclark merged commit 4c18119 into master Oct 16, 2020
@roclark roclark deleted the fix-nba-boxscore-summary branch October 16, 2020 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest-accepted Recommended issues or pull requests for Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NBA quarter points do not work
1 participant