Skip to content

Commit

Permalink
Apply styling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Auer <[email protected]>
  • Loading branch information
cau-git committed Jan 17, 2025
1 parent 106a608 commit 2648938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_reference_documents_from_filenames():
true_page = SegmentedPdfPage.load_from_json(fname)
verify_SegmentedPdfPage(true_page, pred_page.sanitized)

res = pred_page.original.render()
pred_page.original.render()
# res.show()

assert True
Expand Down

0 comments on commit 2648938

Please sign in to comment.