mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
More xfail. 7 failures
This commit is contained in:
parent
7309e49286
commit
6b5302cdf3
|
@ -359,6 +359,7 @@ def test_overfitting_IO(use_upper):
|
|||
assert_equal(batch_deps_1, no_batch_deps)
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="no beam parser yet")
|
||||
def test_beam_ner_scores():
|
||||
# Test that we can get confidence values out of the beam_ner pipe
|
||||
beam_width = 16
|
||||
|
@ -394,6 +395,7 @@ def test_beam_ner_scores():
|
|||
assert 0 - eps <= score <= 1 + eps
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="no beam parser yet")
|
||||
def test_beam_overfitting_IO():
|
||||
# Simple test to try and quickly overfit the Beam NER component
|
||||
nlp = English()
|
||||
|
|
Loading…
Reference in New Issue
Block a user