Casper-Guo / Armchair-Strategist

Strategy dashboard for all F1 races since 2018
https://armchair-strategist.dev/
Apache License 2.0
49 stars 4 forks source link

Explicitly cast to int in range constructions #99

Closed Casper-Guo closed 2 months ago

Casper-Guo commented 2 months ago

A float value may be passed to range() if it is calculated from the LapNumber or TyreLife column since those columns have float type

Fixes #97