diff --git a/cpp/testInference.cpp b/cpp/testInference.cpp index 862d4de80..c6893e768 100644 --- a/cpp/testInference.cpp +++ b/cpp/testInference.cpp @@ -27,7 +27,6 @@ TEST(GaussianFactorGraph, createSmoother) // eliminate Ordering ordering; GaussianBayesNet bayesNet = fg2.eliminate(ordering); - bayesNet.print("bayesNet"); FactorGraph p_x3 = marginalize(bayesNet, Ordering("x3")); FactorGraph p_x1 = marginalize(bayesNet, Ordering("x1")); CHECK(assert_equal(p_x1,p_x3)); // should be the same because of symmetry