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