We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the Mac ARM machines this one test fails due to -0 != +0
go test --- FAIL: TestComputeCentroidForClosedPolygon (0.00s) centroid_test.go:84: Error Trace: centroid_test.go:84 Error: Not equal: expected: "0.0000000" actual : "-0.0000000" Diff: --- Expected +++ Actual @@ -1 +1 @@ -0.0000000 +-0.0000000 Test: TestComputeCentroidForClosedPolygon FAIL exit status 1 FAIL github.com/pelias/pbf2json 0.123s
The text was updated successfully, but these errors were encountered:
I've been running into this while making changes in this repo. Would be nice to fix :)
Sorry, something went wrong.
No branches or pull requests
On the Mac ARM machines this one test fails due to -0 != +0
The text was updated successfully, but these errors were encountered: