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 for infinite flight path length #5330

Closed
wants to merge 1 commit into from

Conversation

pkang
Copy link

@pkang pkang commented Sep 19, 2017

The total flight path length can sometimes be infinite. Using !isFinite(S) handles Infinity and NaN values for S.

The total flight path length can sometimes be infinite. Using
`!isFinite(S)` handles `Infinity` and `NaN` values for `S`.
@pkang
Copy link
Author

pkang commented Sep 19, 2017

Looks like #5331 would fix this issue. Closing.

@pkang pkang closed this Sep 19, 2017
@pkang pkang deleted the fix-infinite-flight-path-length branch September 19, 2017 23:26
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.

1 participant