Skip to content

Commit

Permalink
Some unit test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Jan 29, 2025
1 parent 7d2403d commit 0628d31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 198 deletions.
2 changes: 1 addition & 1 deletion tests/test_anchor.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def testCannotLoad(self):
print(len(anchor_text))
self.assertLess(len(anchor_text), 6000)

# TODO This one still fails
@unittest.skip("TODO, this unit test still fails, the map text is too large.")
def testExcessiveMapAnchor(self):
local_pdf_path = os.path.join(os.path.dirname(__file__), "gnarly_pdfs", "map1.pdf")

Expand Down
Loading

0 comments on commit 0628d31

Please sign in to comment.