Open cpethrick opened 2 months ago
This test failure is the result of the matrices in Tests "NNLS_dependent_columns" and "NNLS_wide_matrix" being generated with no solution guaranteed. There are two approaches to fix this test failure.
Either one or both fixes can be done, and I can submit a PR once I know which to do.
A seed is set for a random number generator at line 788 of
tests/unit_tests/linear_solver/NNLS_tests.cpp
. Some seeds may cause the test to fail.