-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
On March 6, 2016 Orlando scored in the 94th and 95th minute. The stoppage time correction adjusts both goal times to the 89th minute (because all times are normalized within 0-90).
Unfortunately, something in the goal import step results in only the second goal being recorded. The goal string for this sequence is:
Larin (Shea, Barry) 94+; Winter (Larin, Carrasco) 95+
This gets parsed by import-goals into an list of six elements (two goals, four assists) - but in the database only the goal from Winter is recorded.
The log from import-goals shows six records:
Looking up PlayerID for event:
{'GameID': 17214, 'playername': u'Larin', 'OpponentID': 340, 'MinuteID': 89, 'TeamID': 506, 'Notes': '', 'Event': 1}
Looking up PlayerID for event:
{'GameID': 17214, 'playername': u'Shea', 'Notes': '', 'MinuteID': 89, 'TeamID': 506, 'Event': 2}
Looking up PlayerID for event:
{'GameID': 17214, 'playername': u'Barry', 'Notes': '', 'MinuteID': 89, 'TeamID': 506, 'Event': 3}
Looking up PlayerID for event:
{'GameID': 17214, 'playername': u'Winter', 'OpponentID': 340, 'MinuteID': 89, 'TeamID': 506, 'Notes': '', 'Event': 1}
Looking up PlayerID for event:
{'GameID': 17214, 'playername': u'Larin', 'Notes': '', 'MinuteID': 89, 'TeamID': 506, 'Event': 2}
Looking up PlayerID for event:
{'GameID': 17214, 'playername': u'Carrasco', 'Notes': '', 'MinuteID': 89, 'TeamID': 506, 'Event': 3}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels