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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Dec 16 12:53:00 EST 2011


Author: vlad321
Date: 2011-12-16 12:52:59 -0500 (Fri, 16 Dec 2011)
New Revision: 10856

Modified:
   mlpack/trunk/src/mlpack/tests/tree_test.cpp
Log:


Modified: mlpack/trunk/src/mlpack/tests/tree_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/tree_test.cpp	2011-12-16 17:38:39 UTC (rev 10855)
+++ mlpack/trunk/src/mlpack/tests/tree_test.cpp	2011-12-16 17:52:59 UTC (rev 10856)
@@ -691,7 +691,7 @@
   BOOST_REQUIRE_EQUAL(c.box().n_elem, 2);
   BOOST_REQUIRE_CLOSE(c.box()[0], 3.0, 1e-5);
   BOOST_REQUIRE_CLOSE(c.box()[1], 4.0, 1e-5);
-}*/
+}
 
 /**
  * Test the assignment operator.
@@ -890,7 +890,7 @@
                       "3.0 4.0 6.0 7.0 1.0 2.0 ";
 
   // Leaf size of 1.
-  BinarySpaceTree<HRectBound<2>> rootNode(dataset, 1);
+  BinarySpaceTree<HRectBound<2> > rootNode(dataset, 1);
 
   BOOST_REQUIRE(rootNode.Count() == 6);
   BOOST_REQUIRE(rootNode.Left()->Count() == 3);




More information about the mlpack-svn mailing list