Commit 7e8984b3 authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction in plugin

parent c0bffa78
...@@ -49,7 +49,7 @@ class BatchesACO(ACO): ...@@ -49,7 +49,7 @@ class BatchesACO(ACO):
while 1: while 1:
collated[str(i)].append(round(float(value),2)) collated[str(i)].append(round(float(value),2))
value+=float(stepValue) value+=float(stepValue)
if value>maxValue: if value>float(maxValue):
break break
return collated return collated
......
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