mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
Update spacy/tests/test_cli.py
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
parent
256c7ba7cb
commit
b54b3071ef
|
@ -860,7 +860,7 @@ def test_span_length_freq_dist_output_must_be_correct():
|
||||||
|
|
||||||
def test_applycli_empty_dir():
|
def test_applycli_empty_dir():
|
||||||
with make_tempdir() as data_path:
|
with make_tempdir() as data_path:
|
||||||
output = os.path.join(data_path / "test.spacy")
|
output = data_path / "test.spacy"
|
||||||
apply(data_path, output, "blank:en", 1, 1)
|
apply(data_path, output, "blank:en", 1, 1)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user