Skip to content

Commit

Permalink
fix: removes band-aid fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fubininho committed May 27, 2024
1 parent 0ec6f6f commit 922c4a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kloppy/infra/serializers/event/wyscout/deserializer_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,6 @@ def deserialize(self, inputs: WyscoutInputs) -> EventDataset:
ball_owning_team = teams[
str(raw_event["possession"]["team"]["id"])
]
else:
ball_owning_team = team # TODO: this solve the issue of ball owning team when transforming to spald, but it's not correct

generic_event_args = {
"event_id": raw_event["id"],
Expand Down

0 comments on commit 922c4a8

Please sign in to comment.