Fixed error in unit test
parent
84b13f3270
commit
421145df1d
|
@ -45,7 +45,7 @@ TEST(FactorGraph, eliminateFrontals) {
|
||||||
|
|
||||||
IndexConditional::shared_ptr actualCond;
|
IndexConditional::shared_ptr actualCond;
|
||||||
SymbolicFactorGraph actualSfg;
|
SymbolicFactorGraph actualSfg;
|
||||||
boost::tie(actualCond, actualSfg) = sfgOrig.eliminateFrontals(2, EliminateSymbolic);
|
boost::tie(actualCond, actualSfg) = sfgOrig.eliminateFrontals(2);
|
||||||
|
|
||||||
vector<Index> condIndices;
|
vector<Index> condIndices;
|
||||||
condIndices += 0,1,2,3,4;
|
condIndices += 0,1,2,3,4;
|
||||||
|
|
Loading…
Reference in New Issue