mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-09 19:08:51 -06:00
Redesign component.evaluate
This commit is contained in:
@@ -293,7 +293,7 @@ def test_xy_sample() -> None:
|
||||
[False, True],
|
||||
],
|
||||
}
|
||||
xy = StaticLazyConstraintsComponent.xy(features, sample)
|
||||
xy = StaticLazyConstraintsComponent.sample_xy(features, sample)
|
||||
assert xy is not None
|
||||
x_actual, y_actual = xy
|
||||
assert x_actual == x_expected
|
||||
|
||||
Reference in New Issue
Block a user