-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
[BUG] Missing data in 2024 Sprint Qualifying #597
Comments
See if this does what you want: split_qualifying_sessions |
No, I meant that session.results["Q1"] (the same goes for Q2 and Q3) are filled with NaT values intead of the actual qualifying times (as it is, for example, in the qualifying session from fastf1.get_session(2024,"Miami","Q") |
@babi00 please make sure you are using the latest version of FastF1. If you are using pip, run |
It says that I already have the latest version (3.3.7, right?). I don't understand if somehow it's just a problem for me or if it is a data's issue. |
@babi00 I am currently on vacation without any computer. So I cannot diagnose really. You can try and delete the whole content of the cache directory. FastF1 should print the path to your cache folder every time you run any script. Maybe this resolves the problem. Else, I can't help you any more before next week. Edit: yes, v3.3.7 is the current version |
This is most likely related to #364 as Ergast as of now does not support both sprint shootout (2023) and sprint qualifying results. Code example: (3.3.7)
On another note, Ergast has miscalculated WCC points for Mercedes (should be 96 instead of 160) so the data from that API may be unreliable: |
@MyosotisLz is correct that Ergast does not support the Sprint Qualifying. But a large part of the data (including the Q1/2/3 times) should be calculated from the timing data as a fallback. There was a problem where the renamed "Sprint Qualifying" this year wasn't correctly handled as a session that has qualifying format. There is/was a naming conflict because "Sprint Qualifying" already existed in 2021, but back then it was a session with race format. I've fixed this now to properly differentiate by year, and now the results will be available via the fallback mechanism. |
I'm sorry but I don't understand how can I can now access to Q1/Q2/Q3 times. I've installed the upgraded version but still didn't find a way. What do you mean with "fallback mechanism"? |
@babi00 you don't need to do anything. If you have updated to v3.3.8, the Q1/2/3 times are now simply available in the results. The fallback is just an internal thing that you don't need to worry about. I just wanted to mention it because obviously the data in question is not available on Ergast for this session. |
@theOehrly I'm very sorry but even if I had imported again fastf1 it didn't get the changes. I've restarted the kernel and now everything works, so I'm sorry but clearly I was just dumb. |
Describe the issue:
In 2024 Sprint Qualifying Sessions Q1, Q2 and Q3 times are missing. Could you please add them?
Reproduce the code example:
Error message:
No response
The text was updated successfully, but these errors were encountered: