[mlpack] 02/06: The matrix completion test also needs data::Load().

Barak A. Pearlmutter barak+git at pearlmutter.net
Wed Apr 26 14:56:07 UTC 2017


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

bap pushed a commit to branch master
in repository mlpack.

commit 5fbddc88f8123bc378777ba28f92b06a9ed023bc
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Apr 13 15:22:28 2017 -0400

    The matrix completion test also needs data::Load().
---
 src/mlpack/tests/matrix_completion_test.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/tests/matrix_completion_test.cpp b/src/mlpack/tests/matrix_completion_test.cpp
index 0ed7b13..fd97a40 100644
--- a/src/mlpack/tests/matrix_completion_test.cpp
+++ b/src/mlpack/tests/matrix_completion_test.cpp
@@ -10,6 +10,7 @@
  * http://www.opensource.org/licenses/BSD-3-Clause for more information.
  */
 #include <mlpack/core.hpp>
+#include <mlpack/core/data/load_impl.hpp>
 #include <mlpack/methods/matrix_completion/matrix_completion.hpp>
 
 #include <boost/test/unit_test.hpp>

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