Skip to content

Commit

Permalink
turns out black wanted that whitespace...
Browse files Browse the repository at this point in the history
  • Loading branch information
frrad committed Oct 22, 2024
1 parent a30216f commit ebd0672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pulp/tests/test_pulp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ebd0672

Please sign in to comment.