aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark.py')
-rw-r--r--src/benchmark.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index d0489ac..3b6feb1 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -608,7 +608,6 @@ class Benchmark:
try:
data = [float(m[dp]) for m in self.results[alloc][perm]]
except (TypeError, ValueError) as e:
- print_debug(dp, e)
continue
stats["min"][dp] = np.min(data)
stats["max"][dp] = np.max(data)