We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03806f0 commit 9a45c21Copy full SHA for 9a45c21
LAGraph/experimental/test/test_BF.c
@@ -396,6 +396,8 @@ void test_BF (void)
396
// since d5 is a dense vector filled with infinity, we have
397
// to compare it against d seperaterly
398
OK (GrB_Vector_extractElement (&di, d5, i)) ;
399
+ printf ("di %g d[i] %g difference %g\n",
400
+ di, d [i], di - d [i]) ;
401
TEST_CHECK (di == d[i]) ;
402
403
// since d5a is a dense vector filled with infinity, we
0 commit comments