Remove EnforceOverrides; automatically convert np.ndarray features

This commit is contained in:
2021-04-08 07:50:16 -05:00
parent 157825a345
commit 6330354c47
6 changed files with 17 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
# noinspection PyMethodMayBeStatic
class Instance(ABC, EnforceOverrides):
class Instance(ABC):
"""
Abstract class holding all the data necessary to generate a concrete model of the
proble.