remove test_detections_to_pascal_voc. conversion to XML is tested, and approx of masks should be in another test suite

This commit is contained in:
kirilllzaitsev 2023-07-29 22:53:24 +02:00
parent 9a9d0c5259
commit 1febd715e2
1 changed files with 0 additions and 4 deletions

View File

@ -71,7 +71,3 @@ def test_object_to_pascal_voc(
def test_load_pascal_voc_annotations(expected_result, exception: Exception):
...
def test_detections_to_pascal_voc(expected_result, exception: Exception):
...