Update test_extract_faces.py

This commit is contained in:
galthran-wq 2025-02-24 14:41:48 +03:00 committed by GitHub
parent c5ba4a7396
commit 6a3d14cde7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,7 @@ def test_batch_extract_faces_with_nparray(detector_backend):
)
# Check that the batch extraction returned the expected number of face lists
assert len(imgs_objs_batch) == 4
assert len(imgs_objs_batch) == len(img_paths)
for img_objs_batch, img_expected_num_faces in zip(imgs_objs_batch, expected_num_faces):
assert len(img_objs_batch) == img_expected_num_faces