This commit is contained in:
@@ -16,7 +16,7 @@ class AbcPreProcessor(ABC):
|
||||
Abstract base class PreProcessor. Responsible for manipulating input data from a sensor.
|
||||
"""
|
||||
@abstractmethod
|
||||
def preprocesssignal(self, signal):
|
||||
def preprocesssignal(self, file_path) -> bool:
|
||||
"""
|
||||
Preprocess a signal.
|
||||
:return:
|
||||
|
||||
Reference in New Issue
Block a user