Skip to content

Commit

Permalink
Merge pull request #933 from vigsterkr/master
Browse files Browse the repository at this point in the history
Add HAVE_EIGEN3 check to GaussianProcessRegression_unittest.cc
  • Loading branch information
vigsterkr committed Mar 14, 2013
2 parents 9e0747f + 286c078 commit 333fce5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/regression/GaussianProcessRegression_unittest.cc
@@ -1,3 +1,6 @@
#include <shogun/lib/config.h>
#ifdef HAVE_EIGEN3

#include <shogun/labels/RegressionLabels.h>
#include <shogun/features/DenseFeatures.h>
#include <shogun/kernel/GaussianKernel.h>
Expand Down Expand Up @@ -253,3 +256,5 @@ TEST(GaussianProcessRegression, get_covariance_vector)
SG_UNREF(predictions);
SG_UNREF(gpr);
}

#endif

0 comments on commit 333fce5

Please sign in to comment.