[mlpack-svn] r12768 - mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu May 24 10:31:22 EDT 2012


Author: speet3
Date: 2012-05-24 10:31:21 -0400 (Thu, 24 May 2012)
New Revision: 12768

Added:
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches/no_sparse_tests.patch
Modified:
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches/series
Log:
check in patch i forgot

Added: mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches/no_sparse_tests.patch
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches/no_sparse_tests.patch	                        (rev 0)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches/no_sparse_tests.patch	2012-05-24 14:31:21 UTC (rev 12768)
@@ -0,0 +1,36 @@
+--- a/src/mlpack/tests/kmeans_test.cpp
++++ b/src/mlpack/tests/kmeans_test.cpp
+@@ -207,7 +207,7 @@
+ 
+ /**
+  * Make sure sparse k-means works okay.
+- */
++ *
+ BOOST_AUTO_TEST_CASE(SparseKMeansTest)
+ {
+   // Huge dimensionality, few points.
+@@ -247,5 +247,6 @@
+   BOOST_REQUIRE_EQUAL(assignments[10], clusterTwo);
+   BOOST_REQUIRE_EQUAL(assignments[11], clusterTwo);
+ }
++*/
+ 
+ BOOST_AUTO_TEST_SUITE_END();
+--- a/src/mlpack/tests/tree_test.cpp
++++ b/src/mlpack/tests/tree_test.cpp
+@@ -1359,7 +1359,7 @@
+  *     with any other bounds at that level.
+  *
+  * Then, we do that whole process a handful of times.
+- */
++ *
+ BOOST_AUTO_TEST_CASE(ExhaustiveSparseKDTreeTest)
+ {
+   typedef BinarySpaceTree<HRectBound<2>, EmptyStatistic, arma::SpMat<double> >
+@@ -1435,5 +1435,6 @@
+   // Check the tree depth.
+   BOOST_REQUIRE_EQUAL(root.TreeDepth(), 7);
+ }
++*/
+ 
+ BOOST_AUTO_TEST_SUITE_END();

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches/series
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches/series	2012-05-24 03:43:27 UTC (rev 12767)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/patches/series	2012-05-24 14:31:21 UTC (rev 12768)
@@ -1,4 +1,5 @@
 fully_qualified_as_scalar.patch
+no_sparse_tests.patch
 get_kernel_matrix.patch
 build-Doxygen.patch
 no-debug-or-profiling-info.patch




More information about the mlpack-svn mailing list