Explorar el Código

fix a wrong function call

Sven Czarnian hace 3 años
padre
commit
1acec75d08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      aman/sys/aco/Colony.py

+ 1 - 1
aman/sys/aco/Colony.py

@@ -141,4 +141,4 @@ class Colony:
         else:
             self.ResultDelay = self.FcfsDelay
             for node in self.Nodes:
-                self.sequenceAndPredictInbound(node)
+                self.sequenceAndPredictInbound(rwyManager, node)