-
-
Notifications
You must be signed in to change notification settings - Fork 397
Open
CodersAcademy006/Fast-F1
#1Labels
accuracyRelated to accuracy of timing or telemetry dataRelated to accuracy of timing or telemetry dataenhancementNew feature or requestNew feature or requestexternalThe problem is not caused by FastF1The problem is not caused by FastF1
Description
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: int64Metadata
Metadata
Assignees
Labels
accuracyRelated to accuracy of timing or telemetry dataRelated to accuracy of timing or telemetry dataenhancementNew feature or requestNew feature or requestexternalThe problem is not caused by FastF1The problem is not caused by FastF1