mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Extract all features ahead of time
This commit is contained in:
@@ -153,7 +153,7 @@ def test_predict() -> None:
|
||||
2: [2.0, 0.0],
|
||||
}[index]
|
||||
)
|
||||
instance.model_features = {
|
||||
instance.features = {
|
||||
"Variables": {
|
||||
"x": {
|
||||
0: None,
|
||||
|
||||
Reference in New Issue
Block a user