mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Fix tests
This commit is contained in:
@@ -155,7 +155,7 @@ class LearningSolver:
|
||||
|
||||
# Extract features
|
||||
# -------------------------------------------------------
|
||||
if instance.features is None:
|
||||
if instance.features.instance is None:
|
||||
logger.info("Extracting features...")
|
||||
FeaturesExtractor(self.internal_solver).extract(instance)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user