Skip to content

Commit

Permalink
print paths (for debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Sep 6, 2024
1 parent 1e5b493 commit 4f26fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_text_spotting/test_dptext_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
from mapreader.load import MapImages

print(adet.__version__)
print(adet.__path__, flush=True)
print(adet.__file__, flush=True)
ADET_PATH = pathlib.Path(adet.__path__[0]).resolve().parent


Expand Down

0 comments on commit 4f26fac

Please sign in to comment.