What steps will reproduce the problem? 1. Just copied bnt into my MATLAB folder (in my path).
Ran test_bnt
Assertion trips. What is the expected output? What do you see instead? The test_bnt script executing successfully. What I see is:
??? Error using ==> assert at 9
assertion violated:
Error in ==> mk_rooted_tree at 12
assert(isequal(post, post2));
Error in ==> jtree_inf_engine.jtree_inf_engine at 108
[engine.jtree, engine.preorder, engine.postorder] = mk_rooted_tree(engine.jtree, engine.root_clq);
Error in ==> cg1 at 17
engines{end+1} = jtree_inf_engine(bnet);
Error in ==> test_BNT at 5
cg1 What version of the product are you using? On what operating system? I am using BNT 1.0.7 on Mac OS X 10.6 and MATLAB 2010b. Please provide any additional information below.
From niharsha...@gmail.com on July 14, 2011 16:11:36
What steps will reproduce the problem? 1. Just copied bnt into my MATLAB folder (in my path).
Error in ==> mk_rooted_tree at 12 assert(isequal(post, post2));
Error in ==> jtree_inf_engine.jtree_inf_engine at 108 [engine.jtree, engine.preorder, engine.postorder] = mk_rooted_tree(engine.jtree, engine.root_clq);
Error in ==> cg1 at 17 engines{end+1} = jtree_inf_engine(bnet);
Error in ==> test_BNT at 5 cg1 What version of the product are you using? On what operating system? I am using BNT 1.0.7 on Mac OS X 10.6 and MATLAB 2010b. Please provide any additional information below.
Original issue: http://code.google.com/p/bnt/issues/detail?id=15