mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
ignore warning in test_language_matching
This commit is contained in:
parent
cb0a7aa230
commit
0ace0fba49
|
@ -543,7 +543,7 @@ def test_spacy_blank():
|
|||
assert nlp.config["training"]["dropout"] == 0.2
|
||||
assert nlp.meta["name"] == "my_custom_model"
|
||||
|
||||
|
||||
@pytest.mark.filterwarnings("ignore:\\[W124")
|
||||
@pytest.mark.parametrize(
|
||||
"lang,target",
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue
Block a user