From 37c4e3a3b028a620e6127695b0058f20d8ffeeb2 Mon Sep 17 00:00:00 2001 From: null <3213204+drcege@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:51:04 +0800 Subject: [PATCH] enable maxDiff --- tests/ops/filter/test_face_area_filter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ops/filter/test_face_area_filter.py b/tests/ops/filter/test_face_area_filter.py index 151053cd8..c911bf099 100644 --- a/tests/ops/filter/test_face_area_filter.py +++ b/tests/ops/filter/test_face_area_filter.py @@ -10,6 +10,8 @@ class FaceAreaFilterTest(unittest.TestCase): + maxDiff = None + data_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', 'data') img1_path = os.path.join(data_path, 'cat.jpg')