Implemented AI stuff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-25 13:48:11 +02:00
parent 80a7557467
commit 09c991baf3
2 changed files with 90 additions and 20 deletions

View File

@@ -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: