mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Un-xfail test
This commit is contained in:
parent
4e80fc41ad
commit
8a6272f842
|
@ -58,7 +58,6 @@ def test_doc_array_dep(en_vocab):
|
||||||
assert feats_array[3][1] == doc[3].dep
|
assert feats_array[3][1] == doc[3].dep
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail
|
|
||||||
@pytest.mark.parametrize("attrs", [["ORTH", "SHAPE"], "IS_ALPHA"])
|
@pytest.mark.parametrize("attrs", [["ORTH", "SHAPE"], "IS_ALPHA"])
|
||||||
def test_doc_array_to_from_string_attrs(en_vocab, attrs):
|
def test_doc_array_to_from_string_attrs(en_vocab, attrs):
|
||||||
"""Test that both Doc.to_array and Doc.from_array accept string attrs,
|
"""Test that both Doc.to_array and Doc.from_array accept string attrs,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user