From 5eb2167398558b6cfaff7670cb17f69599c5713d Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Tue, 14 Nov 2023 09:24:28 +0100 Subject: [PATCH] Update spacy_llm/tests/pipeline/test_llm.py Co-authored-by: Sofie Van Landeghem --- spacy_llm/tests/pipeline/test_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy_llm/tests/pipeline/test_llm.py b/spacy_llm/tests/pipeline/test_llm.py index 05352031..0a3a3f22 100644 --- a/spacy_llm/tests/pipeline/test_llm.py +++ b/spacy_llm/tests/pipeline/test_llm.py @@ -317,7 +317,7 @@ def test_llm_task_factories(): def test_llm_task_factories_el(tmp_path): - """Test whether llm_entity_linking factory run successfully. It's necessary to do this separately, as the EL task + """Test whether llm_entity_linking factory runs successfully. It's necessary to do this separately, as the EL task requires a non-defaultable extra config setup and knowledge base.""" cfg = """ [paths]