-
-
Notifications
You must be signed in to change notification settings - Fork 397
Open
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
Description
Describe the issue:
The first stint for all drivers in the 2025 Miami GP race sessions is NaN and the second stint is treated as the first one (the code example only contains Verstappen's laps, but the issue is consistent across all drivers).
Reproduce the code example:
import fastf1
# Parameters
year = 2025
grand_prix = 6
session = 5
# Load session data
session = fastf1.get_session(year, grand_prix, session)
session.load()
session.laps.pick_drivers("VER")Error message:
Metadata
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