removed printing
parent
304f12b106
commit
48c3f5813b
|
@ -85,9 +85,7 @@ TEST( GaussianJunctionTreeB, constructor2 ) {
|
||||||
// create an ordering
|
// create an ordering
|
||||||
GaussianEliminationTree etree(*fg, ordering);
|
GaussianEliminationTree etree(*fg, ordering);
|
||||||
SymbolicEliminationTree stree(*symbolic, ordering);
|
SymbolicEliminationTree stree(*symbolic, ordering);
|
||||||
GTSAM_PRINT(stree);
|
|
||||||
GaussianJunctionTree actual(etree);
|
GaussianJunctionTree actual(etree);
|
||||||
GTSAM_PRINT(actual);
|
|
||||||
|
|
||||||
Ordering o324;
|
Ordering o324;
|
||||||
o324 += X(3), X(2), X(4);
|
o324 += X(3), X(2), X(4);
|
||||||
|
|
Loading…
Reference in New Issue