Skip to content

Commit

Permalink
🐛 Fix test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Jul 21, 2020
1 parent c6ced9b commit 027fcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_recognize.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .base import assets


METS_KANT = assets.url_of('kant_aufklaerung_1784-page-block-line-word_glyph/data/mets.xml')
METS_KANT = assets.url_of('kant_aufklaerung_1784-page-region-line-word_glyph/data/mets.xml')
WORKSPACE_DIR = '/tmp/test-ocrd-calamari'
CHECKPOINT = os.path.join(os.getcwd(), 'gt4histocr-calamari/*.ckpt.json')

Expand Down

0 comments on commit 027fcd7

Please sign in to comment.