mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Fix settings defaults expectations
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
4040bd6618
commit
df257bf90e
@ -25,5 +25,5 @@ def test_settings():
|
|||||||
assert m.settings.debug.visualize_raw_layout is True
|
assert m.settings.debug.visualize_raw_layout is True
|
||||||
|
|
||||||
# Check nested defaults
|
# Check nested defaults
|
||||||
assert m.settings.perf.doc_batch_size == 2
|
assert m.settings.perf.doc_batch_size == 1
|
||||||
assert m.settings.debug.visualize_ocr is False
|
assert m.settings.debug.visualize_ocr is False
|
||||||
|
Loading…
Reference in New Issue
Block a user