Skip to content

Commit 42a3b03

Browse files
authored
Update func_all.cpp (#337)
Codecov failed - time > 1 sec
1 parent e82352d commit 42a3b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/all/example/func_tests/func_all.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TEST(nesterov_a_test_task_all, test_matmul_50) {
4040
TEST(nesterov_a_test_task_all, test_matmul_from_pic) {
4141
cv::Mat img = cv::imread(ppc::util::GetAbsolutePath("all/example/data/pic_all.jpg"));
4242
EXPECT_EQ(img.rows, img.cols);
43-
const int count = img.rows + img.cols;
43+
const int count = (img.rows + img.cols) / 10;
4444

4545
// Create data
4646
std::vector<int> in(count * count, 0);

0 commit comments

Comments
 (0)