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 bug #229 #230

Merged
merged 2 commits into from
Jun 28, 2021
Merged

Fix bug #229 #230

merged 2 commits into from
Jun 28, 2021

Conversation

BenediktO
Copy link
Contributor

As described in issue #229 an error happens if a float of size 10^16 or larger with at least one trailing zero is used.
This pull request fixed this issue and provides a test.

This bug lead to a wrong value in the produced gpx file if the a
float variable exceeds is at least 10^16 large and is dividable
at least once by 10. The trailing 0's would be removed.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.766% when pulling 5336171 on BenediktO:dev into e3733bb on tkrajina:dev.

@tkrajina tkrajina merged commit 5336171 into tkrajina:dev Jun 28, 2021
@tkrajina
Copy link
Owner

Thanks!

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.

3 participants