Skip to content

Commit

Permalink
#131 clarified.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jan 13, 2024
1 parent d9d2b8d commit 72886ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_document_parsing_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def test(self):
pd = DocumentParsers.parse_batch(doc=doc_provider.by_id(0),
pipeline_items=text_parser_pipeline,
parent_ppl_ctx=PipelineContext(d={IDLE_MODE: None}),
batch_size=16)
batch_size=16,
show_progress=True)

for s in pd:
assert(isinstance(s, BaseParsedText))
Expand Down

0 comments on commit 72886ec

Please sign in to comment.