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

@@ -16,7 +16,7 @@ if TYPE_CHECKING:
# noinspection PyMethodMayBeStatic
class Component(EnforceOverrides):
class Component:
"""
A Component is an object which adds functionality to a LearningSolver.