no printout

release/4.3a0
Frank Dellaert 2009-11-18 16:32:45 +00:00
parent 21974f95e1
commit bed219c997
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ TEST( BayesTree, iSAM )
bayesTree.insert(S); bayesTree.insert(S);
bayesTree.insert(T); bayesTree.insert(T);
bayesTree.insert(X); bayesTree.insert(X);
bayesTree.print("bayesTree"); //bayesTree.print("bayesTree");
// Create expected Bayes tree // Create expected Bayes tree
SymbolicBayesTree expected; SymbolicBayesTree expected;
@ -56,7 +56,7 @@ TEST( BayesTree, iSAM )
expected.insert(E); expected.insert(E);
expected.insert(T); expected.insert(T);
expected.insert(X); expected.insert(X);
expected.print("expected"); //expected.print("expected");
// create a new factor to be inserted // create a new factor to be inserted
list<string> keys; list<string> keys;