Skip to content

Commit 8b11904

Browse files
committed
test_model_zoo: switch to version 2.2 (py3.11 regex fix)
1 parent a21fa88 commit 8b11904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calamari_ocr/test/test_model_zoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def tearDown(self) -> None:
2222
clear_session()
2323

2424
def test_model_zoo(self):
25-
version = "2.1"
25+
version = "2.2"
2626
url = f"https://github.com/Calamari-OCR/calamari_models/releases/download/{version}/uw3-modern-english.tar.gz"
2727
with tempfile.TemporaryDirectory() as d:
2828
d = "model_archive_permanent" # for debugging

0 commit comments

Comments
 (0)