Skip to content

Commit

Permalink
I was not going to revert the last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoq committed Mar 23, 2015
1 parent e0e54db commit 98fd81b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/mlpack/tests/to_string_test.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/**
* @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"
Expand All @@ -15,7 +13,6 @@
#include <mlpack/core/metrics/lmetric.hpp>
#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>

Expand Down Expand Up @@ -533,3 +530,4 @@ BOOST_AUTO_TEST_CASE(SparseCodingString)
}

BOOST_AUTO_TEST_SUITE_END();

0 comments on commit 98fd81b

Please sign in to comment.