Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Jun 28, 2016
1 parent 57937ea commit cc448c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/kernel/ShiftInvariantKernel_unittest.cc
Expand Up @@ -42,6 +42,7 @@
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <algorithm>
#include <numeric>

using namespace shogun;
using std::iota;
Expand Down
2 changes: 2 additions & 0 deletions tests/unit/regression/lars_unittest.cc
Expand Up @@ -233,6 +233,7 @@ TEST(LeastAngleRegression, lars_N_LessThan_D)
SG_UNREF(labels);
}

#ifndef USE_VIENNACL
TEST(LeastAngleRegression, cholesky_insert)
{
class lars_helper: public CLeastAngleRegression
Expand Down Expand Up @@ -340,6 +341,7 @@ TEST(LeastAngleRegression, ols_equivalence)
SG_UNREF(features);
SG_UNREF(labels);
}
#endif

TEST(LeastAngleRegression, early_stop_l1_norm)
{
Expand Down

0 comments on commit cc448c4

Please sign in to comment.