This commit is contained in:
Remi Ehounou
2021-05-24 00:51:25 -04:00
parent 05dfd3c688
commit 544bc49883

View File

@ -98,7 +98,8 @@ def measure(heuristicpath, funcpath, args, connection):
if upper is not list: upper = [upper for i in range(n)]
if lower is not list: lower = [lower for i in range(n)]
print(upper)
print(lower)
scale = list()
for i in range(n):
scale.append(upper[i] - lower[i])