mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 08:42:28 +03:00
Auto-format code with black (#8950)
Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
This commit is contained in:
parent
8448c7dbc5
commit
92071326d8
|
@ -92,7 +92,6 @@ def test_simple_train():
|
||||||
assert scores[f"spans_{SPAN_KEY}_f"] == 1.0
|
assert scores[f"spans_{SPAN_KEY}_f"] == 1.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def test_ngram_suggester(en_tokenizer):
|
def test_ngram_suggester(en_tokenizer):
|
||||||
# test different n-gram lengths
|
# test different n-gram lengths
|
||||||
for size in [1, 2, 3]:
|
for size in [1, 2, 3]:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user