emusolutions / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS
Other
0 stars 1 forks source link

Reducing the size of test matrices #11

Closed jamesETsmith closed 1 year ago

jamesETsmith commented 1 year ago

General

This PR reduces the size of matrices used in the test for several tests.

Details

The remaining failing tests are:

Total Test time (real) = 424.83 sec

The following tests FAILED:
          6 - ctest_Cached_SymmetricStructure (Failed)
          8 - ctest_ConnectedComponents (Failed)
         15 - ctest_MMRead (Failed)
         26 - ctest_TriangleCount (Failed)

Gotchas

test_MMRead will modify comments_west0067.mtx and that unclean file can trip up test_minmax. I'm not 100% sure if it's supposed to change the mtx file back to the original or not, but I think it should.