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

failed test, FFNNtest.testParallelNetworks during build #6

Closed
artemisep opened this issue Apr 2, 2014 · 5 comments
Closed

failed test, FFNNtest.testParallelNetworks during build #6

artemisep opened this issue Apr 2, 2014 · 5 comments

Comments

@artemisep
Copy link

com.github.neuralnetworks.test.FFNNTest > testParallelNetworks FAILED
When do gradle build, gotten the following msg (on Ubuntu 12.10 32 bits):

java.lang.AssertionError: expected:<1.32> but was:<1.2000000476837158>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:494)
at org.junit.Assert.assertEquals(Assert.java:592)
at com.github.neuralnetworks.test.FFNNTest.testParallelNetworks(FFNNTest.java:365)

@linkerlin
Copy link
Contributor

In fact, some UT are not steady enough.

@ivan-vasilev
Copy link
Owner

Thank you for reporting this. I'm looking into the problem, it will most probably be fixed in the java8 branch (soon to be merged with master).

@artemisep
Copy link
Author

Ivan,
Thanks for your prompt reply, I just notice that the index.html file missing the following content that was output on my console:
java.lang.AssertionError: expected:<1.32> but was<1.2000000476837158>

this same bug appeared in the 64 bit ubuntu 12.04.

@artemisep
Copy link
Author

Ha, it is the github that was taking some of the content away. one point three should appear after "expected:", and one point two zerozero... should appear after "but was".

@artemisep
Copy link
Author

sorry, false alarm, it was due to that I did not get libaparapi.so into place.

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

3 participants