Skip to content

Commit

Permalink
Remove test cout
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Jan 9, 2024
1 parent d17f4d4 commit 79d5d72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sparse/unit_test/Test_Sparse_spiluk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ struct SpilukTest {
U_entries, block_size);

const auto result = check_result_impl(A, L, U, nrows, block_size);
std::cout << "For block_size=" << block_size << ", result=" << result << std::endl;

EXPECT_LT(result, 1e0);
}

Expand Down

0 comments on commit 79d5d72

Please sign in to comment.