mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 05:10:21 +03:00
Update remaining tests to use int32
This commit is contained in:
parent
32490d074b
commit
524d1ad081
|
@ -37,9 +37,9 @@ def test_en_noun_chunks_not_nested(en_vocab):
|
|||
[0, root],
|
||||
[4, amod],
|
||||
[3, nmod],
|
||||
[numpy.array(-1).astype(numpy.uint64), cc],
|
||||
[numpy.array(-2).astype(numpy.uint64), conj],
|
||||
[numpy.array(-5).astype(numpy.uint64), dobj],
|
||||
[numpy.int32(-1).astype(numpy.uint64), cc],
|
||||
[numpy.int32(-2).astype(numpy.uint64), conj],
|
||||
[numpy.int32(-5).astype(numpy.uint64), dobj],
|
||||
],
|
||||
dtype="uint64",
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user