Skip to content

Commit

Permalink
✅ 📝 Updated flair version
Browse files Browse the repository at this point in the history
  • Loading branch information
marmg committed Oct 31, 2023
1 parent cf8fa81 commit 22ba0b3
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) == 0
assert len(doc._.mentions) == 4
nlp.remove_pipe('zshot')
del doc, nlp

0 comments on commit 22ba0b3

Please sign in to comment.