[mlpack-git] master: Remove unused test case. (9be67ed)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:13:12 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 9be67edbd920e56b42bfa6edf7475436e9398ce0
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Mon Jan 19 21:40:07 2015 +0100

    Remove unused test case.


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

9be67edbd920e56b42bfa6edf7475436e9398ce0
 src/mlpack/tests/sparse_coding_test.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/mlpack/tests/sparse_coding_test.cpp b/src/mlpack/tests/sparse_coding_test.cpp
index 84e02eb..0bd179f 100644
--- a/src/mlpack/tests/sparse_coding_test.cpp
+++ b/src/mlpack/tests/sparse_coding_test.cpp
@@ -128,12 +128,5 @@ BOOST_AUTO_TEST_CASE(SparseCodingTestDictionaryStep)
   BOOST_REQUIRE_SMALL(normGradient, tol);
 }
 
-/*
-BOOST_AUTO_TEST_CASE(SparseCodingTestWhole)
-{
-
-}
-*/
-
 
 BOOST_AUTO_TEST_SUITE_END();



More information about the mlpack-git mailing list