mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-11 00:50:33 +03:00
Xfail some tests
This commit is contained in:
parent
bc481d8338
commit
c65f0ed8f6
|
@ -65,6 +65,8 @@ def test_oracle_four_words(arc_eager, vocab):
|
|||
words = ["a", "b", "c", "d"]
|
||||
heads = [1, 1, 3, 3]
|
||||
deps = ["left", "ROOT", "left", "ROOT"]
|
||||
for dep in deps:
|
||||
arc_eager.add_label(dep)
|
||||
actions = ["L-left", "B-ROOT", "L-left"]
|
||||
state, cost_history = get_sequence_costs(arc_eager, words, heads, deps, actions)
|
||||
assert state.is_final()
|
||||
|
|
Loading…
Reference in New Issue
Block a user