Apparent typo in the test cases meant one combination was not being tested.
This commit is contained in:
@@ -85,7 +85,7 @@ void LassoTest(size_t nPoints, size_t nDims, bool elasticNet, bool useCholesky)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(LARSTestLassoCholesky)
|
||||
{
|
||||
LassoTest(100, 10, true, false);
|
||||
LassoTest(100, 10, false, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user