Skip to content

Commit 41cd797

Browse files
Apply black
1 parent 70242b8 commit 41cd797

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: pyomo/contrib/pyros/tests/test_grcs.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1838,8 +1838,7 @@ def test_coefficient_matching_single_certain_param(self):
18381838
global_solver=ipopt,
18391839
)
18401840
self.assertEqual(
1841-
res.pyros_termination_condition,
1842-
pyrosTerminationCondition.robust_feasible,
1841+
res.pyros_termination_condition, pyrosTerminationCondition.robust_feasible
18431842
)
18441843
self.assertEqual(res.iterations, 1)
18451844
self.assertAlmostEqual(res.final_objective_value, 2)

0 commit comments

Comments
 (0)