We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa066ad commit 453ef58Copy full SHA for 453ef58
1 file changed
tests/tools/alignments/media_test.py
@@ -678,7 +678,6 @@ def test_init(self, extracted_faces_instance: ExtractedFaces) -> None:
678
"""
679
faces = extracted_faces_instance
680
assert faces.size == 512
681
- assert faces.padding == int(512 * 0.1875)
682
assert faces.current_frame is None
683
assert faces.faces == []
684
0 commit comments