mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-30 10:00:04 +03:00
Ninja edit the ninja edit
This commit is contained in:
parent
9d9f16a5a7
commit
16cb4c5955
|
@ -795,7 +795,7 @@ def _states_diff_to_actions(
|
|||
c_state_before = before_state.c
|
||||
c_state_after = after_state.c
|
||||
|
||||
assert equal(c_state_before.history.begin(), c_state_before.history.begin(),
|
||||
assert equal(c_state_before.history.begin(), c_state_before.history.end(),
|
||||
c_state_after.history.begin())
|
||||
|
||||
actions = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user