[mlpack] 145/324: Don't include <armadillo> before <mlpack/core.hpp>.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit ab3a44d9fb9798d78bc73836b40241e9a66f5d7c
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Tue Jul 8 12:10:48 2014 +0000
Don't include <armadillo> before <mlpack/core.hpp>.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16784 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/tests/lars_test.cpp | 6 ++----
src/mlpack/tests/local_coordinate_coding_test.cpp | 4 ++--
src/mlpack/tests/radical_test.cpp | 3 +--
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/src/mlpack/tests/lars_test.cpp b/src/mlpack/tests/lars_test.cpp
index 416835c..936ca7d 100644
--- a/src/mlpack/tests/lars_test.cpp
+++ b/src/mlpack/tests/lars_test.cpp
@@ -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>
diff --git a/src/mlpack/tests/local_coordinate_coding_test.cpp b/src/mlpack/tests/local_coordinate_coding_test.cpp
index 96b39d0..cfbe114 100644
--- a/src/mlpack/tests/local_coordinate_coding_test.cpp
+++ b/src/mlpack/tests/local_coordinate_coding_test.cpp
@@ -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>
diff --git a/src/mlpack/tests/radical_test.cpp b/src/mlpack/tests/radical_test.cpp
index 33bd584..3808309 100644
--- a/src/mlpack/tests/radical_test.cpp
+++ b/src/mlpack/tests/radical_test.cpp
@@ -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>
--
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