From a31ab0f166c867f936cedd9f16f3302566ed5c6e Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Mon, 6 Nov 2023 09:32:57 +0100 Subject: [PATCH] Remove comment --- tests/test_pricer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_pricer.py b/tests/test_pricer.py index 08a9c2ed3..ebae4eb46 100644 --- a/tests/test_pricer.py +++ b/tests/test_pricer.py @@ -10,7 +10,6 @@ def pricerredcost(self): dualSolutions = [] for i, c in enumerate(self.data['cons']): dualSolutions.append(self.model.getDualsolLinear(c)) - #assert self.model.getDualsolLinear(c) == self.model.getDualSolVal(c) # Building a MIP to solve the subproblem subMIP = Model("CuttingStock-Sub")