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

S1ChordAngleTest Failure #44

Open
ericangle opened this issue May 1, 2024 · 0 comments
Open

S1ChordAngleTest Failure #44

ericangle opened this issue May 1, 2024 · 0 comments

Comments

@ericangle
Copy link

I get the following failure when I run mvn test:

[ERROR] Tests run: 20, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.027 s <<< FAILURE! - in com.google.common.geometry.S1ChordAngleTest
[ERROR] com.google.common.geometry.S1ChordAngleTest.testTrigonometry  Time elapsed: 0.003 s  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0.15643446504023098> but was:<0.1564344650402278>
	at junit.framework.Assert.fail(Assert.java:57)
	...

Note that, as I mentioned in issue 43, I had to change the guava.version from 32.0-jre to 32.0.0-jre in pom.xml to get mvn compile to succeed. That is the only local diff I have compared to the master branch.

In case it's relevant, when I run java -version, that returns

java version "22.0.1" 2024-04-16
Java(TM) SE Runtime Environment (build 22.0.1+8-16)
Java HotSpot(TM) 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing)
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

No branches or pull requests

1 participant