mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #19128 from asmorkalov:as/gapi_phase_tolerance
This commit is contained in:
@@ -1297,7 +1297,11 @@ TEST_P(PhaseTest, AccuracyTest)
|
||||
// Comparison //////////////////////////////////////////////////////////////
|
||||
// FIXME: use a comparison functor instead (after enabling OpenCL)
|
||||
{
|
||||
#if defined(__aarch64__) || defined(__arm__)
|
||||
EXPECT_NEAR(0, cvtest::norm(out_mat_ocv, out_mat_gapi, NORM_INF), 4e-6);
|
||||
#else
|
||||
EXPECT_EQ(0, cvtest::norm(out_mat_ocv, out_mat_gapi, NORM_INF));
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user