-
Notifications
You must be signed in to change notification settings - Fork 61
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
Create standardized PositionType class #334
Conversation
Akkoord |
# Conflicts: # kloppy/tests/test_datafactory.py # kloppy/tests/test_opta.py # kloppy/tests/test_sportec.py
@koenvo let me know if you have feedback on the implementation! |
@JanVanHaaren do you think it matters that we lose the provider specific |
I don't think so. We're losing provider-specific information in other areas as well. |
@koenvo any other feedback or changes required to get this approved? |
Nope. LGTM. Thanks! |
Hmm was merging PRs but seems there's a merge conflict. Are you able to resolve it, please? |
PR related to: #331.
I've replaced the Position with the 'standardized' PositionType class. I've refactored the StatsBomb deserializer and tests to work with the proposed changes.
I'm awaiting approval by @JanVanHaaren / @koenvo of the proposed implementation in this PR, before updating other serializers.