Commit ce81868b authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed cv::norm accuracy test allowed error

parent 209aaac9
......@@ -1246,11 +1246,7 @@ struct NormOp : public BaseElemWiseOp
}
double getMaxErr(int)
{
#ifdef HAVE_TEGRA_OPTIMIZATION
return 2e-6;
#else
return 1e-6;
#endif
return 1e-6;
}
int normType;
};
......
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