Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
shermanjasonaf committed Dec 1, 2024
1 parent ec086dd commit d9588f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyomo/contrib/pyros/tests/test_grcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1665,9 +1665,7 @@ def test_coefficient_matching_robust_infeasible_proof_in_pyros(self):
msg="Robust infeasible problem not identified via coefficient matching.",
)
self.assertEqual(
results.iterations,
0,
msg="Number of PyROS iterations not as expected.",
results.iterations, 0, msg="Number of PyROS iterations not as expected."
)

@unittest.skipUnless(ipopt_available, "IPOPT not available")
Expand Down Expand Up @@ -1704,9 +1702,7 @@ def test_coefficient_matching_robust_infeasible_param_only_con(self):
msg="Robust infeasible problem not identified via coefficient matching.",
)
self.assertEqual(
results.iterations,
0,
msg="Number of PyROS iterations not as expected.",
results.iterations, 0, msg="Number of PyROS iterations not as expected."
)

@unittest.skipUnless(ipopt_available, "IPOPT not available.")
Expand Down

0 comments on commit d9588f1

Please sign in to comment.