Skip to content

Commit

Permalink
style: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Nov 29, 2023
1 parent 383f4c9 commit d552a94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clic/src/tier5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ array_equal_func(const Device::Pointer & device, const Array::Pointer & src0, co
return true;
}
auto mse = tier4::mean_squared_error_func(device, src0, src1);
std::cout << "MSE: " << std::to_string(mse) << std::endl;
return mse == 0;
}

Expand Down

0 comments on commit d552a94

Please sign in to comment.