mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-04-29 20:12:37 +00:00
debug
This commit is contained in:
@ -95,11 +95,11 @@ def measure(heuristicpath, funcpath, args, connection):
|
|||||||
upper = funcChars['upper']
|
upper = funcChars['upper']
|
||||||
lower = funcChars['lower']
|
lower = funcChars['lower']
|
||||||
|
|
||||||
if upper is not list: upper = [upper for i in range(n)]
|
if upper is not list:
|
||||||
|
print(type(upper)
|
||||||
|
upper = [upper for i in range(n)]
|
||||||
if lower is not list: lower = [lower for i in range(n)]
|
if lower is not list: lower = [lower for i in range(n)]
|
||||||
|
|
||||||
print(upper)
|
|
||||||
print(lower)
|
|
||||||
scale = list()
|
scale = list()
|
||||||
for i in range(n):
|
for i in range(n):
|
||||||
scale.append(upper[i] - lower[i])
|
scale.append(upper[i] - lower[i])
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user