Skip to content

Commit

Permalink
Merge pull request #936 from vigsterkr/master
Browse files Browse the repository at this point in the history
Add check for HAVE_EIGEN3 in ExactInferenceMethod_unittest
  • Loading branch information
vigsterkr committed Mar 14, 2013
2 parents 5cd042d + d06ebf4 commit 7f80fe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/regression/gp/ExactInferenceMethod_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 @@ -164,3 +167,5 @@ TEST(ExactInferenceMethod,get_negative_marginal_likelihood)

SG_UNREF(inf);
}

#endif

0 comments on commit 7f80fe7

Please sign in to comment.