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

@@ -24,7 +24,7 @@ from miplearn.types import (
logger = logging.getLogger(__name__)
class InternalSolver(ABC, EnforceOverrides):
class InternalSolver(ABC):
"""
Abstract class representing the MIP solver used internally by LearningSolver.
"""