mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
Switch to dummy implementation for BaseVectors.to_ops
This commit is contained in:
parent
8d6df674fa
commit
ae9dfb48e8
|
@ -81,7 +81,7 @@ cdef class BaseVectors:
|
|||
raise NotImplementedError
|
||||
|
||||
def to_ops(self, ops: Ops):
|
||||
raise NotImplementedError
|
||||
pass
|
||||
|
||||
# add dummy methods for to_bytes, from_bytes, to_disk and from_disk to
|
||||
# allow serialization
|
||||
|
|
Loading…
Reference in New Issue
Block a user