Fix formatting

master
Alinson S. Xavier 5 years ago
parent 5a062ad97e
commit 088a4a0355
No known key found for this signature in database
GPG Key ID: A796166E4E218E02

@ -367,4 +367,4 @@ def test_x_multiple_solves():
print(actual_x) print(actual_x)
for category in ["type-a", "type-b"]: for category in ["type-a", "type-b"]:
np.testing.assert_array_equal(actual_x[category], expected_x[category]) 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") raise Exception("Not implemented")
def get_sense(self): def get_sense(self):
raise Exception("Not implemented") raise Exception("Not implemented")

Loading…
Cancel
Save