remove artifacts

This commit is contained in:
kirilllzaitsev 2023-07-31 19:42:53 +02:00
parent c0c292ef82
commit e2d1fe7695
1 changed files with 0 additions and 4 deletions

View File

@ -61,10 +61,6 @@ def test_object_to_pascal_voc(
):
with exception:
result = object_to_pascal_voc(xyxy=xyxy, name=name, polygon=polygon)
with open("/tmp/test.xml", "w") as f:
f.write(ET.tostring(result).decode())
with open("/tmp/exptest.xml", "w") as f:
f.write(ET.tostring(expected_result).decode())
assert are_xml_elements_equal(result, expected_result)