Skip to content

Commit 34a908c

Browse files
remove comments
1 parent cb99d5b commit 34a908c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_highspy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,9 +2083,7 @@ def test_lexicographic_optimization(self):
20832083
model.addLinearObjective(obj1)
20842084
model.addLinearObjective(obj2)
20852085
model.addRow(0.0, 20.0, num_vars, np.arange(num_vars), np.array([5.0, 4.0]))
2086-
# Solve the model
20872086
model.run()
20882087

2089-
# Get the solution status
20902088
status = model.getModelStatus()
20912089
self.assertEqual(status, highspy.HighsModelStatus.kOptimal)

0 commit comments

Comments
 (0)