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 failing NCAAB boxscore record parsing #598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexwisswolf
Copy link

Attempting to close #591 by tweaking the boxscore scheme according to suggestions that others have made in that issue. Appears to be working from what I can tell, but happy to change up the approach or add additional testing if required.

The class names of NCAAB boxscore pages appears to have changed causing
the parsing of the home and away records to fail. The scheme should be
changed to account for the change.

Signed-Off-By: Alex Wiss <alexwisswolf@gmail.com>
@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #598 (3555657) into master (ea00437) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #598   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          55       56    +1     
  Lines       13178    13189   +11     
=======================================
+ Hits        13175    13186   +11     
  Misses          3        3           
Impacted Files Coverage Δ
sportsipy/ncaab/constants.py 100.00% <ø> (ø)
sportsipy/constants.py 100.00% <0.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 ea00437...3555657. Read the comment docs.

@alexwisswolf
Copy link
Author

@roclark anything else needed to get this merged?

@jpmart12
Copy link

jpmart12 commented Nov 6, 2021

Is there a reason this hasn't been merged yet?

@jkoestner
Copy link

@alexwisswolf I had an alternative solution in #720 just changing the section_header to table_wrapper.

definitely agree to get one of these merged, as there is beginning to be a lot of duplicate issues.

@alexwisswolf
Copy link
Author

@jkoestner can't say I have a strong opinion on either solution, honestly. Would just be nice to get one of them merged.

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.

NCAAB Boxscore causes IndexError
3 participants