Skip to content

Commit

Permalink
✅ Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marmg committed Feb 20, 2024
1 parent 22ba0b3 commit 6bc6446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def test_tars_end2end_incomplete_spans():
nlp.add_pipe("zshot", config=config_zshot, last=True)
assert "zshot" in nlp.pipe_names
doc = nlp(INCOMPLETE_SPANS_TEXT)
assert len(doc._.mentions) == 4
assert len(doc._.mentions) == 0
nlp.remove_pipe('zshot')
del doc, nlp

0 comments on commit 6bc6446

Please sign in to comment.