From 286d8261190b640a33623ad9449221aa14935b1b Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 21 Nov 2009 06:06:30 +0000 Subject: [PATCH] removed print --- cpp/testInference.cpp | 1 - 1 file changed, 1 deletion(-) 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