From 1839c37b0a66a0870ab56c5448cbf036a33519bb Mon Sep 17 00:00:00 2001 From: ZedongPeng Date: Mon, 10 Feb 2025 19:51:25 -0500 Subject: [PATCH] apply black format --- pyomo/contrib/gdpopt/tests/test_ldsda.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyomo/contrib/gdpopt/tests/test_ldsda.py b/pyomo/contrib/gdpopt/tests/test_ldsda.py index 4cf778469c5..dffe987361f 100644 --- a/pyomo/contrib/gdpopt/tests/test_ldsda.py +++ b/pyomo/contrib/gdpopt/tests/test_ldsda.py @@ -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):