diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/benchmark.py | 1 |
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) |
