add todo
parent
2fe1156841
commit
8c10cd554d
|
@ -347,6 +347,8 @@ TEST(HybridGaussianElimination, EliminateHybrid_2_Variable) {
|
||||||
CHECK(discreteFactor);
|
CHECK(discreteFactor);
|
||||||
EXPECT_LONGS_EQUAL(1, discreteFactor->discreteKeys().size());
|
EXPECT_LONGS_EQUAL(1, discreteFactor->discreteKeys().size());
|
||||||
EXPECT(discreteFactor->root_->isLeaf() == false);
|
EXPECT(discreteFactor->root_->isLeaf() == false);
|
||||||
|
|
||||||
|
//TODO(Varun) Test emplace_discrete
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue