Matrix Multiplication reports intermittent ComparisonFailure
------------------------------------------------------------
Key: HAMA-136
URL: https://issues.apache.org/jira/browse/HAMA-136
Project: Hama
Issue Type: Bug
Components: test
Affects Versions: 0.1.0
Reporter: Edward J. Yoon
Fix For: 0.1.0
Results are subtle distinction.
----
Error Message
expected:<...7> but was:<...8>
Stacktrace
junit.framework.ComparisonFailure: expected:<...7> but was:<...8>
at
org.apache.hama.TestDenseMatrix.verifyMultResult(TestDenseMatrix.java:347)
at
org.apache.hama.TestDenseMatrix.testMatrixMult(TestDenseMatrix.java:207)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.