mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-28 02:46:35 +03:00
Error E1400 is not used anymore
This error was used when activations were still `Union[bool, List[str]]`.
This commit is contained in:
parent
2290a04d55
commit
cdbda0bbe1
|
@ -941,7 +941,6 @@ class Errors(metaclass=ErrorsWithCodes):
|
|||
"`{arg2}`={arg2_values} but these arguments are conflicting.")
|
||||
E1043 = ("Expected None or a value in range [{range_start}, {range_end}] for entity linker threshold, but got "
|
||||
"{value}.")
|
||||
E1400 = ("save_activations attribute must be set to List[str] or bool")
|
||||
|
||||
|
||||
# Deprecated model shortcuts, only used in errors and warnings
|
||||
|
|
Loading…
Reference in New Issue
Block a user