From 5982300a5108682625da5607d9a94299e6f4e4c2 Mon Sep 17 00:00:00 2001 From: Marcus Edel Date: Mon, 30 Mar 2015 19:34:07 +0200 Subject: [PATCH] Minor cleanup of the local coordinate coding test; --- src/mlpack/tests/local_coordinate_coding_test.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mlpack/tests/local_coordinate_coding_test.cpp b/src/mlpack/tests/local_coordinate_coding_test.cpp index cfbe114f1a..7da242f870 100644 --- a/src/mlpack/tests/local_coordinate_coding_test.cpp +++ b/src/mlpack/tests/local_coordinate_coding_test.cpp @@ -116,12 +116,4 @@ BOOST_AUTO_TEST_CASE(LocalCoordinateCodingTestDictionaryStep) } -/* -BOOST_AUTO_TEST_CASE(LocalCoordinateCodingTestWhole) -{ - -} -*/ - - BOOST_AUTO_TEST_SUITE_END();