Skip to content
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

Explicitly cast to int in range constructions #99

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

Casper-Guo
Copy link
Owner

@Casper-Guo Casper-Guo commented Aug 26, 2024

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

A float value may be passed to range() if it is calculated from the `LapNumber` column since that column has float type
@Casper-Guo Casper-Guo merged commit 33e86dc into main Aug 26, 2024
2 checks passed
@Casper-Guo Casper-Guo deleted the range-use-int branch August 26, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixes using float value in range construction
1 participant