-
Notifications
You must be signed in to change notification settings - Fork 22
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
Team names are incorrect when grabbing kenpom rankings #65
Comments
|
No worries! There is a workaround using get valid team names, but just wanted to bring it to your attention! |
I believe #42 did fix this since I can't repro this when using the latest commit:
Result:
If you're still using the version that's on PyPi (released 12-2022), that doesn't yet have this patch (01-2023). If this is something that you need fixed ASAP, you should install the latest from the
This may require you to uninstall the library entirely before reinstalling it from |
Not specific to the California teams, but the team name grabbing is still not working exactly right. For example, both "South Carolina" and "South Carolina State" become "South Carolina." Can use conf to differentiate, but it's still a bit confusing. Alabama A&M gets stored as "Alabama A," Arkansas Pine Bluff is "Arkansas Pine," etc. |
Did you install from GitHub? If not, the version on pypi will still have
these issues that should be fixed in the dev version. Once we get
outstanding PRs rolled in, we'll push a new release to pypi.
…On Mon, Nov 13, 2023, 11:44 AM Patrick Stoneburner ***@***.***> wrote:
Not specific to the California teams, but the team name grabbing is still
not working exactly right. For example, both "South Carolina" and "South
Carolina State" become "South Carolina." Can use conf to differentiate, but
it's still a bit confusing. Alabama A&M gets stored as "Alabama A,"
Arkansas Pine Bluff is "Arkansas Pine," etc.
—
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOAQNG45Y3PT5MSX5Y7TF3YEJL65AVCNFSM6AAAAAA6RK45KCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBYGY3DKNJYGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thought I had updated kenpompy from git but evidently not. An uninstall and reinstall from git fixed it. Thanks! |
when using kenpompy.misc.get_pomeroy_ratings names get cut off. For example there are three Cal St. when one should be Cal St. Fullerton, Cal St. Northridge etc.
The text was updated successfully, but these errors were encountered: