From 1febd715e2df897b8b3cdcbc84d4029228f15596 Mon Sep 17 00:00:00 2001 From: kirilllzaitsev Date: Sat, 29 Jul 2023 22:53:24 +0200 Subject: [PATCH] remove test_detections_to_pascal_voc. conversion to XML is tested, and approx of masks should be in another test suite --- test/dataset/formats/test_pascal_voc.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/dataset/formats/test_pascal_voc.py b/test/dataset/formats/test_pascal_voc.py index f5a953a2..0d316d95 100644 --- a/test/dataset/formats/test_pascal_voc.py +++ b/test/dataset/formats/test_pascal_voc.py @@ -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): - ...