bayesnet / bnt

Bayes Net Toolbox for Matlab
470 stars 247 forks source link

installation fails on Mac MATLAB 2010b? #15

Open ido opened 10 years ago

ido commented 10 years ago

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).

  1. Ran test_bnt
  2. 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.

Original issue: http://code.google.com/p/bnt/issues/detail?id=15

ido commented 10 years ago

From purba...@gmail.com on September 06, 2013 14:11:10

i have the same problem.

please help!!!