You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a mistake when calculating the minutes played in the file playerank/features/matchPlayedFeatures.py line 66:
minutes_played[player['playerId']] must be 0 in case of duration because the player is in bench.
The text was updated successfully, but these errors were encountered:
There is a mistake when calculating the minutes played in the file playerank/features/matchPlayedFeatures.py line 66:
minutes_played[player['playerId']] must be 0 in case of duration because the player is in bench.
The text was updated successfully, but these errors were encountered: