Skip to content

Commit 0d45025

Browse files
committed
typo
1 parent de53637 commit 0d45025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/solver/tests/solvers/test_solvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ def test_mutable_quadratic_objective_qp(
11831183
self.assertAlmostEqual(results.incumbent_objective, -2, 4)
11841184

11851185
if opt_class is Highs:
1186-
# This assertions is not important by iteself.
1186+
# This assertions is not important by itself.
11871187
# We just need it to make sure that removing the
11881188
# variable below is actually testing what we think
11891189
# (which is that the mutable quadratic coefficients

0 commit comments

Comments
 (0)