[mlpack-git] master: Remove unused test case. (0fa233f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Jan 19 15:43:17 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cb4df6fd89c9b2111d4d05633ac8b2c8be4dbeda...e9a2a57c33d1a77ac563e571146d9824b23a52d7

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

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

    Remove unused test case.


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

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