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

mvn test fails for GenericWordSpaceTest #81

Open
tuxdna opened this issue Sep 26, 2017 · 1 comment
Open

mvn test fails for GenericWordSpaceTest #81

tuxdna opened this issue Sep 26, 2017 · 1 comment

Comments

@tuxdna
Copy link
Contributor

tuxdna commented Sep 26, 2017

mvn test fails for GenericWordSpaceTest

$ mvn clean test

Failed tests:   testProcessDocument(edu.ucla.sspace.gws.GenericWordSpaceTest): expected:<11> but was:<0>

Tests in error: 
  testTransform(edu.ucla.sspace.gws.GenericWordSpaceTest): Must provide at least one vector
  testDoubleTransform(edu.ucla.sspace.gws.GenericWordSpaceTest): Must provide at least one vector
  testProcessDocAfterTransform(edu.ucla.sspace.gws.GenericWordSpaceTest): Unexpected exception, expected<java.lang.IllegalStateException> but was<java.lang.IllegalArgumentException>

@tuxdna
Copy link
Contributor Author

tuxdna commented Sep 26, 2017

Surprisingly enough, the tests fail from command line mvn test, but pass when run via IDE ( IntelliJ )

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