mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-07-27 03:40:03 +02:00
resolving tests error
This commit is contained in:
parent
32889ef1e0
commit
da141bb42e
1 changed files with 3 additions and 3 deletions
|
@ -85,8 +85,8 @@ def test_run_eynollah_binarization_filename(tmp_path, subtests, pytestconfig, ca
|
|||
outfile = tmp_path.joinpath('kant_aufklaerung_1784_0020.png')
|
||||
args = [
|
||||
'-m', SBBBIN_MODELS,
|
||||
str(infile),
|
||||
str(outfile),
|
||||
'-i', str(infile),
|
||||
'-o', str(outfile),
|
||||
]
|
||||
caplog.set_level(logging.INFO)
|
||||
def only_eynollah(logrec):
|
||||
|
@ -117,7 +117,7 @@ def test_run_eynollah_binarization_directory(tmp_path, subtests, pytestconfig, c
|
|||
args = [
|
||||
'-m', SBBBIN_MODELS,
|
||||
'-di', str(indir),
|
||||
'-do', str(outdir),
|
||||
'-o', str(outdir),
|
||||
]
|
||||
caplog.set_level(logging.INFO)
|
||||
def only_eynollah(logrec):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue