Skip to content

Commit

Permalink
lenght TEAM_COLORS must be equal than TEAM_TRANSLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
formulatimer authored Mar 28, 2024
1 parent 43ab0a7 commit ab3053f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastf1/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def warn_change(self):
'RBR': 'red bull', 'MCL': 'mclaren',
'APN': 'alpine', 'AMR': 'aston martin',
'SAU': 'sauber', 'VRB': 'visa rb',
'HAA': 'haas', 'WIL': 'williams'}
'HAA': 'haas', 'WIL': 'williams',
'ARR': 'alfa romeo', 'APT': 'alphatauri'}
"""Mapping of team names to theirs respective abbreviations."""

DRIVER_COLORS: Dict[str, str] = {
Expand Down

0 comments on commit ab3053f

Please sign in to comment.