-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow more than one driver to be selected in session #78
Comments
Looks like
As for drivers, that should be fine, as long as we can differentiate the drivers in the resulting data.frame. Might need to create a wrapping function that just calls |
So, I looked at this and drafted up the code - but (critically) the fastf1 return doesn't include the |
^ Above commit currently doesn't leave driver_id column in results... |
Maybe it's better to update the function to allow for lap selection, but keep it limited to single driver returns? One could always manually |
As per discussion in SCasanova#78
This is now part of FastF1 (python) and we'll have to adapt our code to match: |
Fantastic |
As we move towards more functionality for users we can also allow more than one driver using
.pick_drivers()
instead of.pick_driver()
(https://docs.fastf1.dev/core.html#fastf1.core.Laps.pick_drivers).I'm still trying to figure out
.pick_lap()
to see if it's possible to use that for lap selection instead of the proposed.slice_by_lap()
The text was updated successfully, but these errors were encountered: