Skip to content

Commit

Permalink
print emin1, emin2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 5, 2023
1 parent d22fdd5 commit 86af7e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LAGraph/src/test/test_minmax.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ void test_minmax (void)
// failure on MSVC, OpenMP
// https://github.com/DrTimothyAldenDavis/SuiteSparse/actions/runs/6763376325/job/18380420493?pr=503
printf ("Test failure, k: %d name: %s\n", k, aname) ;
printf ("emin1: %30.20g\n", emin1) ;
printf ("emin2: %30.20g\n", emin2) ;
OK (LAGraph_Matrix_Print (G->A, 5, stdout, msg)) ;
}
TEST_CHECK (emin1 == emin2) ;
Expand Down

0 comments on commit 86af7e0

Please sign in to comment.