mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-04-30 12:32:25 +00:00
strange
This commit is contained in:
@ -97,6 +97,7 @@ def measure(heuristicpath, funcpath, args, connection):
|
|||||||
|
|
||||||
if upper is not list:
|
if upper is not list:
|
||||||
print(type(upper))
|
print(type(upper))
|
||||||
|
print(upper is not list)
|
||||||
upper = [upper for i in range(n)]
|
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)]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user