Commit bd746b47 authored by Georgios Dagkakis's avatar Georgios Dagkakis

print removed

parent be9687a4
......@@ -59,8 +59,6 @@ class BatchesACO(ACO):
value+=float(stepValue)
if value>float(maxValue):
break
from pprint import pprint
pprint(collated)
return collated
# creates the ant scenario based on what ACO randomly selected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment