Commit 5442de7d authored by Adrien BAK's avatar Adrien BAK

adjust numerical precision for windows build

parent 82a5ff85
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
using namespace cv; using namespace cv;
using namespace std; using namespace std;
static const double numerical_precision = 1.; static const double numerical_precision = 10.;
TEST(Photo_Decolor, regression) TEST(Photo_Decolor, regression)
{ {
......
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