Skip to content

Commit

Permalink
extra pitn
Browse files Browse the repository at this point in the history
  • Loading branch information
andymina committed Sep 3, 2023
1 parent 9398fb0 commit dd578f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/energy.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ TEST_P(EnergyTest, ComputeEnergy) {
cv::Mat expected = energy_data.sobel_matrix;
cv::Mat actual;

std::cout << sct::PrintWithLabel(expected, "expected") << "\n";

sce::ComputeEnergy(input, actual);

std::cout << sct::PrintWithLabel(expected, "expected") << "\n"
Expand Down

0 comments on commit dd578f7

Please sign in to comment.