[mlpack-git] master: Remove unnecessary printing. (ef25f7b)

gitdub at mlpack.org gitdub at mlpack.org
Mon Nov 21 09:46:52 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/d7a97df7eaa9fd38ced38fafc6b663266877d9af...8704048463397de8f7f9473e2139ee414a7c279c

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

commit ef25f7b19d3f5e9596bb008f1d92bf29fc780072
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Nov 21 09:46:52 2016 -0500

    Remove unnecessary printing.


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

ef25f7b19d3f5e9596bb008f1d92bf29fc780072
 src/mlpack/tests/mean_shift_test.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mlpack/tests/mean_shift_test.cpp b/src/mlpack/tests/mean_shift_test.cpp
index 9960e09..6d55b36 100644
--- a/src/mlpack/tests/mean_shift_test.cpp
+++ b/src/mlpack/tests/mean_shift_test.cpp
@@ -120,8 +120,6 @@ BOOST_AUTO_TEST_CASE(GaussianClustering)
   BOOST_REQUIRE_EQUAL(centroids.n_cols, 4);
   BOOST_REQUIRE_EQUAL(centroids.n_rows, 3);
 
-  std::cout << centroids.t();
-
   // Check that each centroid is close to only one mean.
   arma::vec centroidDistances(4);
   arma::uvec minIndices(4);




More information about the mlpack-git mailing list