Apparent typo in the test cases meant one combination was not being tested.

This commit is contained in:
Ryan Curtin
2012-06-10 21:37:34 +00:00
parent f120616b96
commit fd87cc268c
+1 -1
View File
@@ -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);
}