We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de53637 commit 0d45025Copy full SHA for 0d45025
pyomo/contrib/solver/tests/solvers/test_solvers.py
@@ -1183,7 +1183,7 @@ def test_mutable_quadratic_objective_qp(
1183
self.assertAlmostEqual(results.incumbent_objective, -2, 4)
1184
1185
if opt_class is Highs:
1186
- # This assertions is not important by iteself.
+ # This assertions is not important by itself.
1187
# We just need it to make sure that removing the
1188
# variable below is actually testing what we think
1189
# (which is that the mutable quadratic coefficients
0 commit comments