spaCy/spacy/tests/vocab_vectors
adrianeboyd 113e7981d0
Check that row is within bounds when adding vector (#5430)
Check that row is within bounds for the vector data array when adding a
vector.

Don't add vectors with rank OOV_RANK in `init-model` (change is due to
shift from OOV as 0 to OOV as OOV_RANK).
2020-05-13 22:08:28 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_lexeme.py Use max(uint64) for OOV lexeme rank (#5303) 2020-04-15 13:49:47 +02:00
test_lookups.py Revert #4334 2019-09-29 17:32:12 +02:00
test_similarity.py Revert #4334 2019-09-29 17:32:12 +02:00
test_stringstore.py Revert #4334 2019-09-29 17:32:12 +02:00
test_vectors.py Check that row is within bounds when adding vector (#5430) 2020-05-13 22:08:28 +02:00
test_vocab_api.py Revert #4334 2019-09-29 17:32:12 +02:00