-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Reduce precision to 8 places for query tokens (including BBOX) so that tests pass #949
Conversation
There's more going on here than just precision. I tried getting the |
Sounds like there is still an issue here. Were you looking for advice or looking to find a new way to write this test case? |
Looking for feedback, including advice on other approaches. I've never used Tegola or anything
I've opened #951 to track this better. |
5f13aca
to
6b074b4
Compare
…t tests pass on amd64 and arm64
6b074b4
to
570f79e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, should wait to deploy after the upgrade to geom PR is through.
Pull Request Test Coverage Report for Build f609b1416-PR-949
💛 - Coveralls |
I just merged this into master but the PR didn't close. ref: b7ad33b |
The purpose of this PR is to make tests pass on Apple silicon without breaking tests for x86. The assumption (possibly incorrect) is that 8 places of precision is enough for scale demoninator, pixel width and height, and bounding box.