Project contents
← Where the Action Actually Happens at F1 GPs
Progress update, 15 Jun 2026
A short bullet-point summary of project progress up to 15 Jun 2026.
Updates are bullet-point summaries generated with AI from my commits and build notes, then checked by me. Project articles and learning notes are written by me.
- Changed the per-corner average to divide by every race year, not only the years a corner had action. A quiet year is a result, not missing data. Singapore corner 5 went from 3.0 to 2.0.
avg_lapstill averages only the years present, because a quiet year has no lap. The two rules are separate named functions with docstrings.- See A quiet year is zero.