Skip to content

[BUG] Qatar Sprint Incorrect Compound #820

@Casper-Guo

Description

@Casper-Guo

Describe the issue:

About half of the Qatar sprint race laps are labelled with the hard compound when this compound was not used at all in the actual event

Reproduce the code example:

import fastf1 as f

session = f.get_session(2025, "Qatar", "sprint")
session.load(telemetry=False, weather=False)
print(session.laps.groupby("Compound").size())

Error message:

Compound
HARD      171
MEDIUM    182
SOFT       27
dtype: int64

Metadata

Metadata

Assignees

No one assigned

    Labels

    accuracyRelated to accuracy of timing or telemetry dataenhancementNew feature or requestexternalThe problem is not caused by FastF1

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions