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

Test failed - normalized_graph_cut_test #257

Open
daniqsilva25 opened this issue Oct 27, 2020 · 0 comments
Open

Test failed - normalized_graph_cut_test #257

daniqsilva25 opened this issue Oct 27, 2020 · 0 comments

Comments

@daniqsilva25
Copy link

Hi,

while performing the tests (after building the library), the test named normalized_graph_cut_test failed.

I run the test individually and the output was the following:

[==========] Running 3 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 3 tests from NormalizedGraphCut
[ RUN      ] NormalizedGraphCut.SimpleGraph
unknown file: Failure
C++ exception with description "ncv must satisfy nev < ncv <= n, n is the size of matrix" thrown in the test body.
[  FAILED  ] NormalizedGraphCut.SimpleGraph (0 ms)
[ RUN      ] NormalizedGraphCut.SimpleGraph1
unknown file: Failure
C++ exception with description "ncv must satisfy nev < ncv <= n, n is the size of matrix" thrown in the test body.
[  FAILED  ] NormalizedGraphCut.SimpleGraph1 (0 ms)
[ RUN      ] NormalizedGraphCut.FullyConnected
[       OK ] NormalizedGraphCut.FullyConnected (16 ms)
[----------] 3 tests from NormalizedGraphCut (16 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test case ran. (16 ms total)
[  PASSED  ] 1 test.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] NormalizedGraphCut.SimpleGraph
[  FAILED  ] NormalizedGraphCut.SimpleGraph1

 2 FAILED TESTS

Can I ignore this failure? Or this will compromise the normal behavior of the library?

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