Skip to content

Commit

Permalink
enable maxDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
drcege committed Dec 6, 2023
1 parent d97bce1 commit 37c4e3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ops/filter/test_face_area_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 37c4e3a

Please sign in to comment.