[opencv] 66/98: Made texture flow python test less strict to fix it on AARCH64
Mattia Rizzolo
mattia at debian.org
Tue Oct 4 17:51:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to annotated tag 2.4.13
in repository opencv.
commit ea3746bd15adf804b1583606bc1c114a70d6e6bb
Author: Vitaly Tuzov <vitaly.tuzov at itseez.com>
Date: Wed Mar 23 17:18:54 2016 +0300
Made texture flow python test less strict to fix it on AARCH64
---
modules/python/test/test_texture_flow.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/python/test/test_texture_flow.py b/modules/python/test/test_texture_flow.py
index 8dae6fa..bb9f98f 100644
--- a/modules/python/test/test_texture_flow.py
+++ b/modules/python/test/test_texture_flow.py
@@ -45,7 +45,7 @@ class texture_flow_test(NewOpenCVTests):
testTextureVectors = [[0, 0], [0, 0], [0, 0], [0, 0], [0, 0],
[-38, 70], [-79, 3], [0, 0], [0, 0], [-39, 69], [-79, -1],
[0, 0], [0, 0], [0, -79], [17, -78], [-48, -63], [65, -46],
- [-69, -39], [-48, -63], [-45, 66]]
+ [-69, -39], [-48, -63]]
- for i in range(len(textureVectors)):
+ for i in range(len(testTextureVectors)):
self.assertLessEqual(cv2.norm(textureVectors[i] - testTextureVectors[i], cv2.NORM_L2), eps)
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list