diff --git a/miplearn/benchmark.py b/miplearn/benchmark.py index fa39449..15d2fc1 100644 --- a/miplearn/benchmark.py +++ b/miplearn/benchmark.py @@ -90,7 +90,6 @@ class BenchmarkRunner: result["Instance"] = instance result["Gap"] = (ub - lb) / lb result["Mode"] = solver.mode - del result["Log"] self.results = self.results.append(pd.DataFrame([result])) # Compute relative statistics