mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +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)
|
assert_equal(batch_deps_1, no_batch_deps)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.xfail(reason="no beam parser yet")
|
||||||
def test_beam_ner_scores():
|
def test_beam_ner_scores():
|
||||||
# Test that we can get confidence values out of the beam_ner pipe
|
# Test that we can get confidence values out of the beam_ner pipe
|
||||||
beam_width = 16
|
beam_width = 16
|
||||||
|
@ -394,6 +395,7 @@ def test_beam_ner_scores():
|
||||||
assert 0 - eps <= score <= 1 + eps
|
assert 0 - eps <= score <= 1 + eps
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.xfail(reason="no beam parser yet")
|
||||||
def test_beam_overfitting_IO():
|
def test_beam_overfitting_IO():
|
||||||
# Simple test to try and quickly overfit the Beam NER component
|
# Simple test to try and quickly overfit the Beam NER component
|
||||||
nlp = English()
|
nlp = English()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user