Skip to content

[BUG] 2026 China GP generated lap 1 for DNS drivers #876

@Casper-Guo

Description

@Casper-Guo

Describe the issue:

The four DNS drivers in 2026 China GP has a lap 1 generated for them

Reproduce the code example:

import fastf1 as f
import pandas as pd

pd.set_option("display.max_columns", None)
session = f.get_session(2026, "China", "R")
session.load(telemetry=True)
laps = session.laps
print(laps.pick_drivers("ALB"))

State your Fastf1 version number:

3.8.1

Error message:

Time Driver DriverNumber LapTime  LapNumber  Stint  \
266 0 days 00:58:03.760000    ALB           23     NaT        1.0    1.0   

    PitOutTime PitInTime Sector1Time Sector2Time Sector3Time  \
266        NaT       NaT         NaT         NaT         NaT   

    Sector1SessionTime Sector2SessionTime Sector3SessionTime  SpeedI1  \
266                NaT                NaT                NaT      NaN   

     SpeedI2  SpeedFL  SpeedST IsPersonalBest Compound  TyreLife  FreshTyre  \
266      NaN      NaN      NaN          False     HARD       1.0       True   

         Team           LapStartTime            LapStartDate TrackStatus  \
266  Williams 0 days 00:56:24.050000 2026-03-15 07:03:59.831          12   

     Position  Deleted DeletedReason  FastF1Generated  IsAccurate  
266       NaN    False                           True       False

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions