[mlpack] 121/149: Comment out NoCholeskySingularityTest in accordance with #373.

Barak A. Pearlmutter barak+git at pearlmutter.net
Sat May 2 09:11:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit 910e557fde7f9dc03e6409153447cab053c1337f
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Tue Nov 25 16:56:08 2014 +0000

    Comment out NoCholeskySingularityTest in accordance with #373.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17411 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/tests/lars_test.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/tests/lars_test.cpp b/src/mlpack/tests/lars_test.cpp
index 936ca7d..d995a67 100644
--- a/src/mlpack/tests/lars_test.cpp
+++ b/src/mlpack/tests/lars_test.cpp
@@ -150,7 +150,8 @@ BOOST_AUTO_TEST_CASE(NoCholeskySingularityTest)
 
     arma::vec errCorr = (X * X.t()) * betaOpt - X * y;
 
-    LARSVerifyCorrectness(betaOpt, errCorr, lambda1);
+    // #373: this test fails on i386 only sometimes.
+//    LARSVerifyCorrectness(betaOpt, errCorr, lambda1);
   }
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list