From ebd067288de6b105d8343f6cb309b2255a018813 Mon Sep 17 00:00:00 2001 From: Frederick Robinson Date: Tue, 22 Oct 2024 08:47:12 -0700 Subject: [PATCH] turns out black wanted that whitespace... --- pulp/tests/test_pulp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pulp/tests/test_pulp.py b/pulp/tests/test_pulp.py index ffc05eee..ec11fbbe 100644 --- a/pulp/tests/test_pulp.py +++ b/pulp/tests/test_pulp.py @@ -1208,7 +1208,6 @@ def add_const(prob): @gurobi_test def test_measuring_solving_time(self): - time_limit = 10 solver_settings = dict( PULP_CBC_CMD=30, @@ -1246,7 +1245,6 @@ def test_measuring_solving_time(self): @gurobi_test def test_time_limit_no_solution(self): - time_limit = 1 solver_settings = dict(HiGHS_CMD=60, HiGHS=60, PULP_CBC_CMD=60, COIN_CMD=60) bins = solver_settings.get(self.solver.name)