[mlpack] 130/207: Added test case for load and save
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Mar 23 17:53:47 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 839f55a94b7cd591a3cebfdc5357cb282db2678f
Author: Lakshya Agrawal <zeeshan.lakshya at gmail.com>
Date: Mon Mar 6 11:15:58 2017 +0530
Added test case for load and save
---
src/mlpack/tests/load_save_test.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mlpack/tests/load_save_test.cpp b/src/mlpack/tests/load_save_test.cpp
index 9655176..3267174 100644
--- a/src/mlpack/tests/load_save_test.cpp
+++ b/src/mlpack/tests/load_save_test.cpp
@@ -209,6 +209,7 @@ BOOST_AUTO_TEST_CASE(LoadColVecCSVTest)
*to load a Matrix in ColVec
*and RowVec
**/
+#ifdef DEBUG
BOOST_AUTO_TEST_CASE(LoadMatinColVec)
{
fstream f;
@@ -231,7 +232,7 @@ BOOST_AUTO_TEST_CASE(LoadMatinColVec)
remove("test_file.csv");
}
-
+#endif
/**
*Make sure RowVec can be loaded
**/
--
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