forked from bellwether/minerva
fixed bug in cost
This commit is contained in:
parent
fdc0fd2ded
commit
237c9b8c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -59,5 +59,5 @@ class Pool:
|
|||
|
||||
|
||||
def cost(self):
|
||||
return sum([mach.cost() for mach in machines])
|
||||
return sum([mach.cost() for mach in self.machines])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue