Skip to content

Commit

Permalink
remove debug printfs from test_BF.c
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Aug 15, 2024
1 parent 3973dfe commit 8d3d762
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions experimental/test/test_BF.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ void test_BF (void)
// since d5 is a dense vector filled with infinity, we have
// to compare it against d seperaterly
OK (GrB_Vector_extractElement (&di, d5, i)) ;
printf ("di %g d[i] %g difference %g\n",
di, d [i], di - d [i]) ;
TEST_CHECK (di == d[i]) ;

// since d5a is a dense vector filled with infinity, we
Expand Down

0 comments on commit 8d3d762

Please sign in to comment.