Skip to content

Commit

Permalink
test: fix base test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Dec 30, 2024
1 parent b961267 commit ba68136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_table_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def test_input_ocr_none():
assert table_html_str.count("<tr>") == 16

def test_logic_points_out():
table_html_str, table_cell_bboxes, logic_points, elapse = table_engine(img_path, return_logic_points=True)
table_html_str, table_cell_bboxes, logic_points, elapse = table_engine(img_path)
assert len(table_cell_bboxes) == len(logic_points)

0 comments on commit ba68136

Please sign in to comment.