Skip to content

Commit

Permalink
Update spacy_llm/tests/pipeline/test_llm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sofie Van Landeghem <[email protected]>
  • Loading branch information
rmitsch and svlandeg authored Nov 14, 2023
1 parent 49b93da commit 5eb2167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy_llm/tests/pipeline/test_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5eb2167

Please sign in to comment.