mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Fix formatting
This commit is contained in:
@@ -367,4 +367,4 @@ def test_x_multiple_solves():
|
||||
print(actual_x)
|
||||
for category in ["type-a", "type-b"]:
|
||||
np.testing.assert_array_equal(actual_x[category], expected_x[category])
|
||||
np.testing.assert_array_equal(actual_y[category], expected_y[category])
|
||||
np.testing.assert_array_equal(actual_y[category], expected_y[category])
|
||||
|
||||
@@ -271,4 +271,4 @@ class BasePyomoSolver(InternalSolver):
|
||||
raise Exception("Not implemented")
|
||||
|
||||
def get_sense(self):
|
||||
raise Exception("Not implemented")
|
||||
raise Exception("Not implemented")
|
||||
|
||||
Reference in New Issue
Block a user