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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jul 8 08:10:49 EDT 2014


Author: rcurtin
Date: Tue Jul  8 08:10:48 2014
New Revision: 16784

Log:
Don't include <armadillo> before <mlpack/core.hpp>.


Modified:
   mlpack/trunk/src/mlpack/tests/lars_test.cpp
   mlpack/trunk/src/mlpack/tests/local_coordinate_coding_test.cpp
   mlpack/trunk/src/mlpack/tests/radical_test.cpp

Modified: mlpack/trunk/src/mlpack/tests/lars_test.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/tests/lars_test.cpp	(original)
+++ mlpack/trunk/src/mlpack/tests/lars_test.cpp	Tue Jul  8 08:10:48 2014
@@ -1,14 +1,12 @@
 /**
  * @file lars_test.cpp
+ * @author Nishant Mehta
  *
- * Test for LARS
+ * Test for LARS.
  */
 
 // Note: We don't use BOOST_REQUIRE_CLOSE in the code below because we need
 // to use FPC_WEAK, and it's not at all intuitive how to do that.
-
-
-#include <armadillo>
 #include <mlpack/methods/lars/lars.hpp>
 
 #include <boost/test/unit_test.hpp>

Modified: mlpack/trunk/src/mlpack/tests/local_coordinate_coding_test.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/tests/local_coordinate_coding_test.cpp	(original)
+++ mlpack/trunk/src/mlpack/tests/local_coordinate_coding_test.cpp	Tue Jul  8 08:10:48 2014
@@ -1,12 +1,12 @@
 /**
  * @file local_coordinate_coding_test.cpp
+ * @author Nishant Mehta
  *
- * Test for Local Coordinate Coding
+ * Test for Local Coordinate Coding.
  */
 
 // Note: We don't use BOOST_REQUIRE_CLOSE in the code below because we need
 // to use FPC_WEAK, and it's not at all intuitive how to do that.
-#include <armadillo>
 #include <mlpack/methods/local_coordinate_coding/lcc.hpp>
 
 #include <boost/test/unit_test.hpp>

Modified: mlpack/trunk/src/mlpack/tests/radical_test.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/tests/radical_test.cpp	(original)
+++ mlpack/trunk/src/mlpack/tests/radical_test.cpp	Tue Jul  8 08:10:48 2014
@@ -2,9 +2,8 @@
  * @file radical_main.cpp
  * @author Nishant Mehta
  *
- * Executable for RADICAL
+ * Test for RADICAL.
  */
-#include <armadillo>
 #include <mlpack/core.hpp>
 #include <mlpack/methods/radical/radical.hpp>
 #include <boost/test/unit_test.hpp>



More information about the mlpack-svn mailing list