Sven Czarnian пре 3 година
родитељ
комит
57867a2e21
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      aman/sys/aco/Ant.py

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

@@ -26,7 +26,7 @@ class Ant:
 
     # Implements function (5)
     def heuristicInformation(self, current : int):
-        _, eta, _ = self.RunwayManager.selectArrivalRunway(self.Nodes[current], self.Configuration.EarliestArrivalTime)
+        _, _, _, eta, _ = self.RunwayManager.selectArrivalRunway(self.Nodes[current], self.Configuration.EarliestArrivalTime)
         if None == eta:
             return -1.0