SModel not returning all root nodes in a NodesTestCase
I added a new expression in NodesTestCase which basically retrieves existing nodes outside the NodesTestCase.
I retrieve the SModel I am interested in but when I invoke getRootNodes on that model I get just two elements instead of the 5 actually present in the model. I also checked getProblems but it does not return anything. So I have no clue why I can get just 2 out of 5 root nodes.
Any idea?
Please sign in to leave a comment.
I had this problem once and the reason was that MPS cache was out of date and the test was reading an old, cached, version of the model. Finding out where that cache was located and deleting it made everything work.