We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b5350 commit 5a9a408Copy full SHA for 5a9a408
test_unstructured_inference/test_elements.py
@@ -437,6 +437,7 @@ def test_layoutelements_to_list_and_back(test_layoutelements):
437
for idx in test_layoutelements.element_class_ids
438
] == [back.element_class_id_map[idx] for idx in back.element_class_ids]
439
440
+
441
def test_layoutelements_from_list_no_elements():
442
back = LayoutElements.from_list(elements=[])
443
assert back.source is None
0 commit comments