From 8dbcd49e1bca830839b3bbb805bb0eb623e3568f Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Mon, 24 Jul 2023 13:20:45 -0700 Subject: [PATCH] reformat --- ortools/algorithms/python/knapsack_solver_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ortools/algorithms/python/knapsack_solver_test.py b/ortools/algorithms/python/knapsack_solver_test.py index f61db6efc0..d5cb65e6a2 100755 --- a/ortools/algorithms/python/knapsack_solver_test.py +++ b/ortools/algorithms/python/knapsack_solver_test.py @@ -75,6 +75,7 @@ class PyWrapAlgorithmsKnapsackSolverTest(absltest.TestCase): # KNAPSACK_MULTIDIMENSION_CBC_MIP_SOLVER) # if cbc_profit != generic_profit: # return self._invalid_solution + try: scip_profit = self.SolveKnapsackProblemUsingSpecificSolver( profits,