Commit 821de963 authored by Andrey Kamaev's avatar Andrey Kamaev

Adjust thresholds in sanity checks for batchDistance

parent b8a67dc0
......@@ -125,7 +125,7 @@ PERF_TEST_P(Norm_CrossCheck, batchDistance_32F,
normType, knn, Mat(), 0, isCrossCheck);
}
SANITY_CHECK(dist);
SANITY_CHECK(dist, 1e-4);
if (isCrossCheck) SANITY_CHECK(ndix);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment