[mlpack] 11/149: Comment out XTreeTraverser test for now as per #368.

Barak A. Pearlmutter barak+git at pearlmutter.net
Sat May 2 09:11:03 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 aacd011ec66daadab56b83e72fef17672d4453ac
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Tue Sep 16 21:03:52 2014 +0000

    Comment out XTreeTraverser test for now as per #368.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17185 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/tests/rectangle_tree_test.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/tests/rectangle_tree_test.cpp b/src/mlpack/tests/rectangle_tree_test.cpp
index 98b0297..5683d15 100644
--- a/src/mlpack/tests/rectangle_tree_test.cpp
+++ b/src/mlpack/tests/rectangle_tree_test.cpp
@@ -626,6 +626,7 @@ BOOST_AUTO_TEST_CASE(SingleTreeTraverserTest)
 
 // 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_AUTO_TEST_CASE(XTreeTraverserTest)
     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.

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