[mlpack-svn] r17185 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Sep 16 17:03:52 EDT 2014


Author: rcurtin
Date: Tue Sep 16 17:03:52 2014
New Revision: 17185

Log:
Comment out XTreeTraverser test for now as per #368.


Modified:
   mlpack/trunk/src/mlpack/tests/rectangle_tree_test.cpp

Modified: mlpack/trunk/src/mlpack/tests/rectangle_tree_test.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/tests/rectangle_tree_test.cpp	(original)
+++ mlpack/trunk/src/mlpack/tests/rectangle_tree_test.cpp	Tue Sep 16 17:03:52 2014
@@ -626,6 +626,7 @@
 
 // A test to ensure that the SingleTreeTraverser is working correctly by
 // comparing its results to the results of a naive search.
+/** This is known to not work: see #368.
 BOOST_AUTO_TEST_CASE(XTreeTraverserTest)
 {
   arma::mat dataset;
@@ -671,6 +672,7 @@
     BOOST_REQUIRE_EQUAL(distances1[i], distances2[i]);
   }
 }
+*/
 
 // Test the tree splitting.  We set MaxLeafSize and MaxNumChildren rather low
 // to allow us to test by hand without adding hundreds of points.



More information about the mlpack-svn mailing list