Cleanup: Minor indentation fix in measure_time.py

This commit is contained in:
Allan Jeremy 2022-05-26 11:25:35 +03:00
parent ce4066f1a3
commit 18a4cd8659

View file

@ -1,6 +1,6 @@
import os, sys, time
try:
import numpy as np
import numpy as np
from scipy import mean, stats
except ModuleNotFoundError:
print("Warning: scipy package is not installed, confidence values will not be available")