mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 12:20:20 +03:00
Re-enable test that works now.
This commit is contained in:
parent
5fd369b9e9
commit
0b92666d6b
|
@ -123,7 +123,6 @@ def test_ner_labels_added_implicitly_on_predict():
|
|||
assert "D" in ner.labels
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Not yet supported")
|
||||
def test_ner_labels_added_implicitly_on_beam_parse():
|
||||
nlp = Language()
|
||||
ner = nlp.add_pipe("beam_ner")
|
||||
|
|
Loading…
Reference in New Issue
Block a user