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

Add passing_yards to NCAAF players #173

Merged
merged 1 commit into from
Aug 19, 2019
Merged

Conversation

roclark
Copy link
Owner

@roclark roclark commented Aug 19, 2019

The passing_yards attribute was missing for NCAAF players that were retrieved from the Roster module. A link to passing_yards was misplaced and it should have been included in the AbstractPlayer class to ensure it was available everywhere the AbstractPlayer class was inherited. With the property added to the AbstractPlayer class, it is now accessible in the Roster module.

Fixes #158

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

The passing_yards attribute was missing for NCAAF players that were
retrieved from the Roster module. A link to passing_yards was misplaced
and it should have been included in the AbstractPlayer class to ensure
it was available everywhere the AbstractPlayer class was inherited. With
the property added to the AbstractPlayer class, it is now accessible in
the Roster module.

Signed-Off-By: Robert Clark <robdclark@outlook.com>
@roclark roclark added the bug Something isn't working label Aug 19, 2019
@roclark roclark added this to the Release 0.4.4 milestone Aug 19, 2019
@roclark roclark self-assigned this Aug 19, 2019
@roclark roclark merged commit 060267a into master Aug 19, 2019
@roclark roclark deleted the patch/add-ncaaf-passing-yards branch August 19, 2019 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sportsreference.ncaaf.roster does not include a passing_yards attribute
1 participant