This is an incomplete fix for some of the problems with the demos and tests. It's been sitting too long because I've been trying to solve all the problems at once so I want to just merge this partial fix now. Several tests are still failing.
1/36 Test #12: ctest_Init_errors .................***Failed 0.31 sec
3/36 Test #1: ctest_Betweenness .................***Failed 0.51 sec
12/36 Test #8: ctest_ConnectedComponents .........***Failed 6.20 sec
15/36 Test #26: ctest_TriangleCount ...............***Failed 2.38 sec
24/36 Test #33: ctest_export ......................***Failed 30.04 sec
28/36 Test #2: ctest_BreadthFirstSearch ..........***Failed 153.63 sec
35/36 Test #15: ctest_MMRead ......................***Failed 1718.32 sec
ctest_SingleSourceShortestPath took to long to report and I assume it's failing too.
The only concerning failure here is BFS since that's a regression. There have been a lot of changes in LGB since I last ran LAGraph tests. I'll look into the BFS problem first.
General
This is an incomplete fix for some of the problems with the demos and tests. It's been sitting too long because I've been trying to solve all the problems at once so I want to just merge this partial fix now. Several tests are still failing.
ctest_SingleSourceShortestPath
took to long to report and I assume it's failing too.The only concerning failure here is BFS since that's a regression. There have been a lot of changes in LGB since I last ran LAGraph tests. I'll look into the BFS problem first.