[mlpack] 26/149: Refactor for API change... forgot to check this one in.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Sat May 2 09:11:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 118944b350e363316a0ee5a83ef9458854c18e08
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Thu Oct 9 21:04:44 2014 +0000
Refactor for API change... forgot to check this one in.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17228 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/tests/to_string_test.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mlpack/tests/to_string_test.cpp b/src/mlpack/tests/to_string_test.cpp
index d06ccd4..ecc7d07 100644
--- a/src/mlpack/tests/to_string_test.cpp
+++ b/src/mlpack/tests/to_string_test.cpp
@@ -356,7 +356,7 @@ BOOST_AUTO_TEST_CASE(KPCAString)
BOOST_AUTO_TEST_CASE(KMeansString)
{
- mlpack::kmeans::KMeans<metric::ManhattanDistance> d(100, 4.0);
+ mlpack::kmeans::KMeans<metric::ManhattanDistance> d(100);
Log::Debug << d;
std::string s = d.ToString();
BOOST_REQUIRE_NE(s, "");
--
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