mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
black
This commit is contained in:
parent
4ef70c094c
commit
9252e62477
|
@ -107,7 +107,7 @@ def test_span_finder_component():
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"min_length, max_length, span_count",
|
"min_length, max_length, span_count",
|
||||||
[(0, 0, 0), (None, None, 8), (2, None, 6), (None, 1, 2), (2, 3, 2)]
|
[(0, 0, 0), (None, None, 8), (2, None, 6), (None, 1, 2), (2, 3, 2)],
|
||||||
)
|
)
|
||||||
def test_set_annotations_span_lengths(min_length, max_length, span_count):
|
def test_set_annotations_span_lengths(min_length, max_length, span_count):
|
||||||
nlp = Language()
|
nlp = Language()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user