Skip to content

Commit

Permalink
Add HAVE_EIGEN3 check to GaussianProcessRegression_unittest.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Mar 14, 2013
1 parent 807d8ca commit 286c078
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 286c078

Please sign in to comment.