[mlpack] 124/324: Oops, I did not mean to comment out the sparse k-means test.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:22:02 UTC 2014


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

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

commit 4880f804dcd79d94dedb2215be8a13477587a52a
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Thu Jul 3 20:48:07 2014 +0000

    Oops, I did not mean to comment out the sparse k-means test.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16762 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/tests/kmeans_test.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/tests/kmeans_test.cpp b/src/mlpack/tests/kmeans_test.cpp
index 0242972..f1e2e67 100644
--- a/src/mlpack/tests/kmeans_test.cpp
+++ b/src/mlpack/tests/kmeans_test.cpp
@@ -450,7 +450,7 @@ BOOST_AUTO_TEST_CASE(RefinedStartTest)
 
 /**
  * Make sure sparse k-means works okay.
- *
+ */
 BOOST_AUTO_TEST_CASE(SparseKMeansTest)
 {
   // Huge dimensionality, few points.
@@ -490,7 +490,7 @@ BOOST_AUTO_TEST_CASE(SparseKMeansTest)
   BOOST_REQUIRE_EQUAL(assignments[10], clusterTwo);
   BOOST_REQUIRE_EQUAL(assignments[11], clusterTwo);
 }
-*/
+
 #endif // Exclude Armadillo 3.4.
 #endif // ARMA_HAS_SPMAT
 

-- 
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