Skip to content

Commit

Permalink
apply black format
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Feb 11, 2025
1 parent a0b2396 commit 1839c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyomo/contrib/gdpopt/tests/test_ldsda.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ class TestGDPoptLDSDA(unittest.TestCase):
"""Real unit tests for GDPopt"""

@unittest.skipUnless(
SolverFactory('gams').available(False) and SolverFactory('gams').license_is_valid(),
SolverFactory('gams').available(False)
and SolverFactory('gams').license_is_valid(),
"gams solver not available",
)
def test_solve_four_stage_dynamic_model(self):
Expand Down

0 comments on commit 1839c37

Please sign in to comment.