Update remaining tests to use int32

This commit is contained in:
Adriane Boyd 2022-12-09 13:19:14 +01:00
parent 32490d074b
commit 524d1ad081

View File

@ -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",
),