mirror of
https://github.com/serengil/deepface.git
synced 2025-06-12 14:27:09 +00:00
Fixed the assert equal control
This commit is contained in:
parent
6455dd6382
commit
4cc2fd8782
@ -348,6 +348,6 @@ class deepface_unit_tests(unittest.TestCase):
|
|||||||
|
|
||||||
print("--------------------------")
|
print("--------------------------")
|
||||||
|
|
||||||
self.assertEqual(accuracy >= min_score, False, "A problem on the deepface installation.")
|
self.assertEqual(accuracy >= min_score, True, "A problem on the deepface installation.")
|
||||||
|
|
||||||
unittest.main(exit=False)
|
unittest.main(exit=False)
|
Loading…
x
Reference in New Issue
Block a user