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

PR for floating point fix in overlapRectangle #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Smilliam
Copy link

#33

This patch introduces an epsilon in overlapRectangle to accommodate floating point precision errors when searching for exact points within an rtree. I selected 1e-6 for the epsilon, but it's possible that this is too large of an error to be acceptable for general use.

@Smilliam
Copy link
Author

Apologies, but I don't have the time to keep moving code around to make Travis happy. Methinks that it is being a bit stricter than it needs to be, and the issues that it is throwing is outside the scope for this PR as it was failing on a file that was not even edited by me until the final commit.

@calvinmetcalf
Copy link
Member

yeah don't worry about that, I have no idea why those are function expressions instead of declarations

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