fozziethebeat / S-Space

The S-Space repsitory, from the AIrhead-Research group
GNU General Public License v2.0
205 stars 106 forks source link

Fresh pull failing 6 test and 2 errors #15

Closed jplehmann closed 12 years ago

jplehmann commented 12 years ago

Platform: OSX 10.7.4

Failed tests: testSpearman2(edu.ucla.sspace.common.SimilarityTest): expected:<-0.55> but was:<-0.5> testProcessDocument(edu.ucla.sspace.wordsi.GeneralContextExtractorTest) testProcessDocumentWithHeader(edu.ucla.sspace.wordsi.GeneralContextExtractorTest): expected:<[CHICKEN:]> but was:<[]> testProcessDocument(edu.ucla.sspace.wordsi.psd.PseudoWordContextExtractorTest) testProcessDocumentWithDefaultSeparator(edu.ucla.sspace.wordsi.semeval.SemEvalContextExtractorTest) testProcessDocumentWithNonDefaultSeparator(edu.ucla.sspace.wordsi.semeval.SemEvalContextExtractorTest)

Tests in error: testMatrixReduction(edu.ucla.sspace.matrix.factorization.SingularValueDecompositionLibCTest) testSvdlibcCluto(edu.ucla.sspace.matrix.SvdTests): SVDLIBC is not correctly installed on this system

Tests run: 1304, Failures: 6, Errors: 2, Skipped: 0

davidjurgens commented 12 years ago

You can safely ignore all but one of those errors for the moment. The testProcessDocument* errors are due to an artifact in the current unit test setup.

The Spearman's test is actually incorrect at the moment because it doesn't correctly account for ties. The fix is implemented, but I haven't finished testing it.

The last error is just because SVDLIBC isn't installed, which probably shouldn't be an error, but can still be ignored.

If you're just looking for the unit tests to pass so you can build the jar, you can use "mvn package -DskipTests"

jplehmann commented 12 years ago

David -- thanks for the fast response, and thank you for providing S-space. I am really liking it!

On Fri, Jun 29, 2012 at 5:32 PM, David Jurgens < reply@reply.github.com

wrote:

You can safely ignore all but one of those errors for the moment. The testProcessDocument* errors are due to an artifact in the current unit test setup.

The Spearman's test is actually incorrect at the moment because it doesn't correctly account for ties. The fix is implemented, but I haven't finished testing it.

The last error is just because SVDLIBC isn't installed, which probably shouldn't be an error, but can still be ignored.

If you're just looking for the unit tests to pass so you can build the jar, you can use "mvn package -DskipTests"


Reply to this email directly or view it on GitHub: https://github.com/fozziethebeat/S-Space/issues/15#issuecomment-6679877