diff --git a/bench/measure_time.py b/bench/measure_time.py index ec478d26..9f8904a6 100644 --- a/bench/measure_time.py +++ b/bench/measure_time.py @@ -2,13 +2,11 @@ import os, sys, time, numpy try: import scipy - from scipy import mean, stats except ModuleNotFoundError: print("Warning: scipy package is not installed, confidence values will not be available") stats = None - duration_list = [] DEFAULT_CYCLES_TO_RUN = 100