[mlpack] 05/30: Remove unnecessary printing.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Dec 26 10:15:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

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

    Remove unnecessary printing.
---
 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);

-- 
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