mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Add instance-level features to instance.features
This commit is contained in:
@@ -47,3 +47,6 @@ def test_knapsack() -> None:
|
||||
"Category": "eq_capacity",
|
||||
"User features": [0.0],
|
||||
}
|
||||
assert features["Instance"] == {
|
||||
"User features": [67.0, 21.75],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user