AND2797
AND2797
I created a PR (#184) for only the "return fastest legal lap" change, since it was only a small change. I'll work on the feature for returning laps by Qualifying...
I believe this is still an open issue. I'm not going to have some free time soon to complete this, so feel free to work on it! There's lot of...
I'll re run the tests. I think some tests are checking the size of the dataframe - since I added another column, the asserts need to be updated. I'll push...
Sounds good. I'll make the changes to the test after and if we agree this approach is fine!
> Looking at this now, I agree that a boolean value is still good enough to mark the personal best laps. I currently don't see the benefit of keeping two...
Okay, let me check this again!
Will the API always send the previous legal lap immediately after a lap time is considered deleted? 01:20.471 01:19.977
Good points all. I think for now then we can assume that the previous lap time is sent again immediately if the current lap time is deleted? I might need...
Any guidance on how I can reproduce this locally?
I was thinking if we can check the `race_control_messages` for RED FLAG, and try to figure out whether there are any laps that have red_flag_time < Time < immediate_green_flag. This...