Skip to content

Commit

Permalink
turn off burble in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 6, 2024
1 parent 6f5fdb9 commit 96407b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/test_BreadthFirstSearch.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ bool check_karate_levels30(GrB_Vector levels)
void setup(void)
{
LAGraph_Init(msg);
GxB_Global_Option_set (GxB_BURBLE, true) ;
// GxB_Global_Option_set (GxB_BURBLE, true) ;
int retval;
GrB_Matrix A = NULL;

Expand Down Expand Up @@ -471,7 +471,7 @@ void test_BreadthFirstSearch_both(void)
void test_BreadthFirstSearch_many(void)
{
LAGraph_Init(msg);
GxB_Global_Option_set (GxB_BURBLE, true) ;
// GxB_Global_Option_set (GxB_BURBLE, true) ;
GrB_Matrix A = NULL ;

for (int k = 0 ; ; k++)
Expand Down
1 change: 1 addition & 0 deletions src/test/test_IsEqual.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const matrix_info files [ ] =
void setup (void)
{
OK (LAGraph_Init (msg)) ;
// GrB_set (GrB_GLOBAL, true, GxB_BURBLE) ;
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 96407b1

Please sign in to comment.