[mlpack-git] master: I was not going to revert the last commit. (98fd81b)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Mar 23 09:05:10 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/e0e54db5b47e2af1cbd0d9b2b272035483a0df27...98fd81bd8477869fd45396404fdf5b2c3b32d83b

>---------------------------------------------------------------

commit 98fd81bd8477869fd45396404fdf5b2c3b32d83b
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Mon Mar 23 14:05:05 2015 +0100

    I was not going to revert the last commit.


>---------------------------------------------------------------

98fd81bd8477869fd45396404fdf5b2c3b32d83b
 src/mlpack/tests/to_string_test.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/mlpack/tests/to_string_test.cpp b/src/mlpack/tests/to_string_test.cpp
index bc7d436..a95b54d 100644
--- a/src/mlpack/tests/to_string_test.cpp
+++ b/src/mlpack/tests/to_string_test.cpp
@@ -1,13 +1,11 @@
 /**
- * @file ToStringTest.cpp
+ * @file to_string_test.cpp
  * @author Ryan Birmingham
  *
- * Test of the AugmentedLagrangian class using the test functions defined in
- * aug_lagrangian_test_functions.hpp.
+ * Test of the toString functionality.
  **/
 
 #include <mlpack/core.hpp>
-#include <mlpack/core.hpp>
 #include <boost/test/unit_test.hpp>
 #include "old_boost_test_definitions.hpp"
 
@@ -16,7 +14,6 @@
 #include <mlpack/core/metrics/mahalanobis_distance.hpp>
 
 #include <mlpack/core/kernels/pspectrum_string_kernel.hpp>
-#include <mlpack/core/kernels/pspectrum_string_kernel.hpp>
 #include <mlpack/core/kernels/example_kernel.hpp>
 
 #include <mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp>
@@ -533,3 +530,4 @@ BOOST_AUTO_TEST_CASE(SparseCodingString)
 }
 
 BOOST_AUTO_TEST_SUITE_END();
+



More information about the mlpack-git mailing list