Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Mar 12, 2024
1 parent f80b465 commit cecd149
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/gurka/test_matrix.cc
Expand Up @@ -766,8 +766,6 @@ TEST(StandAlone, MatrixSecondPass) {
EXPECT_FALSE(api.matrix().second_pass(1));
EXPECT_GT(api.matrix().times(2), 0.f);
EXPECT_TRUE(api.matrix().second_pass(2));
std::cout << api.matrix().distances(1);
std::cout << api.matrix().distances(2);
EXPECT_GT(api.matrix().distances(2), api.matrix().distances(1));
EXPECT_GT(api.matrix().times(2), api.matrix().times(1));

Expand Down

0 comments on commit cecd149

Please sign in to comment.