You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Can I ignore this failure? Or this will compromise the normal behavior of the library?
The text was updated successfully, but these errors were encountered: