Skip to content

Commit

Permalink
Merge pull request #100 from OCR-D/fix/set-default-MODEL-for-bare-pytest
Browse files Browse the repository at this point in the history
🐛 Set a default value for MODEL for directly calling pytest
  • Loading branch information
mikegerber authored Oct 18, 2023
2 parents 96ae14c + 62ef07f commit 8188219
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 @@ -15,7 +15,7 @@
"kant_aufklaerung_1784-page-region-line-word_glyph/data/mets.xml"
)
WORKSPACE_DIR = tempfile.mkdtemp(prefix="test-ocrd-calamari-")
CHECKPOINT_DIR = os.getenv("MODEL")
CHECKPOINT_DIR = os.getenv("MODEL", "qurator-gt4histocr-1.0")
DEBUG = os.getenv("DEBUG", False)


Expand Down

0 comments on commit 8188219

Please sign in to comment.