disable metis test if flag not set
parent
621aefb9a5
commit
99f1a950a8
|
@ -726,6 +726,7 @@ TEST(SymbolicBayesTree, COLAMDvsMETIS) {
|
||||||
EXPECT(assert_equal(expected, actual));
|
EXPECT(assert_equal(expected, actual));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef GTSAM_SUPPORT_NESTED_DISSECTION
|
||||||
// METIS
|
// METIS
|
||||||
{
|
{
|
||||||
Ordering ordering = Ordering::Create(Ordering::METIS, sfg);
|
Ordering ordering = Ordering::Create(Ordering::METIS, sfg);
|
||||||
|
@ -759,6 +760,7 @@ TEST(SymbolicBayesTree, COLAMDvsMETIS) {
|
||||||
SymbolicBayesTree actual = *sfg.eliminateMultifrontal(ordering);
|
SymbolicBayesTree actual = *sfg.eliminateMultifrontal(ordering);
|
||||||
EXPECT(assert_equal(expected, actual));
|
EXPECT(assert_equal(expected, actual));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
Loading…
Reference in New Issue