remove extra prints
parent
30bf261c15
commit
bfaff504df
|
|
@ -517,8 +517,6 @@ TEST(GaussianMixtureFactor, DifferentCovariancesFG) {
|
||||||
|
|
||||||
// Check that the error values at the MLE point μ.
|
// Check that the error values at the MLE point μ.
|
||||||
AlgebraicDecisionTree<Key> errorTree = hbn->errorTree(cv);
|
AlgebraicDecisionTree<Key> errorTree = hbn->errorTree(cv);
|
||||||
hbn->errorTree(cv).print();
|
|
||||||
hbn2->errorTree(cv).print();
|
|
||||||
|
|
||||||
DiscreteValues dv0{{M(1), 0}};
|
DiscreteValues dv0{{M(1), 0}};
|
||||||
DiscreteValues dv1{{M(1), 1}};
|
DiscreteValues dv1{{M(1), 1}};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue