This commit is contained in:
Adriane Boyd 2022-11-15 14:57:19 +01:00 committed by GitHub
parent 6f3210ebb9
commit 7550b7b93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,6 @@ cdef class Vectors:
else:
return key in self.key2row
def __eq__(self, other):
# Check for equality, with faster checks first
return (
@ -253,7 +252,6 @@ cdef class Vectors:
== other.to_bytes(exclude=["strings"])
)
def resize(self, shape, inplace=False):
"""Resize the underlying vectors array. If inplace=True, the memory
is reallocated. This may cause other references to the data to become