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

Should all tests pass well? #28

Closed
dims12 opened this issue Jun 21, 2014 · 2 comments
Closed

Should all tests pass well? #28

dims12 opened this issue Jun 21, 2014 · 2 comments

Comments

@dims12
Copy link

dims12 commented Jun 21, 2014

I ran all tests from withing Eclipse, which found all classes with @test annotation and an them. Most of the passed, but two failed:

  1. com.github.neuralnetworks.samples.test.IrisTest.testAE()

Last assertion failed: java.lang.AssertionError: expected: 0.0 but was:0.9866667

  1. com.github.neuralnetworks.test.AETest.testAEBackpropagation()

Also last assertion failed: java.lang.AssertionError: expected:0.0 but was:0.1

Is this normal? Are these tests expected to run well?

@ivan-vasilev
Copy link
Owner

Yes, this is normal. These are tests on unsupervised training algorithms
and the end result is not strictly defined.
On Jun 21, 2014 5:16 PM, "dims12" notifications@github.com wrote:

I ran all tests from withing Eclipse, which found all classes with @test
https://github.com/Test annotation and an them. Most of the passed, but
two failed:

  1. com.github.neuralnetworks.samples.test.IrisTest.testAE()

Last assertion failed: java.lang.AssertionError: expected: but was:

  1. com.github.neuralnetworks.test.AETest.testAEBackpropagation()

Also last assertion failed: java.lang.AssertionError: expected: but was:

Is this normal? Are these tests expected to run well?


Reply to this email directly or view it on GitHub
#28.

@dims12
Copy link
Author

dims12 commented Jun 21, 2014

Ah, cool thanks. I am bad with gradle and was thinking this is because I did something wrong... Will explore your masterpiece deeper :)

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

2 participants