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

Fix initializing of traversed variable in distance_along #353

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

almontasser
Copy link
Contributor

This pull request includes a correction to the initialization of a variable in the distance_along function in common/ferrostar/src/algorithms.rs.

Code correction:

Fixing the initial value of traversed in distance_along. It should be 0f64 instead of 06f64.
Fix a typo in distance_along
@ianthetechie ianthetechie self-requested a review November 9, 2024 04:30
Copy link
Contributor

@ianthetechie ianthetechie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my, that's embarrassing 😅 Thanks for catching this!

@ianthetechie
Copy link
Contributor

That iOS CI failure isn't your fault; will be fixed as part of #345. If other checks pass, I'll merge anyways.

@ianthetechie ianthetechie merged commit 7f62022 into stadiamaps:main Nov 9, 2024
13 of 14 checks passed
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.

2 participants