浏览代码

do not update the sequence after every optimization

Sven Czarnian 3 年之前
父节点
当前提交
60d671ea9a
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      aman/sys/Worker.py

+ 0 - 4
aman/sys/Worker.py

@@ -125,10 +125,6 @@ class Worker(Thread):
             else:
                 print('No relevant inbounds found for the optimization in ' + self.Icao)
 
-            # send the sequence to the GUI and Euroscope
-            sequence = self.RecedingHorizonControl.sequence()
-            self.Euroscope.sendSequence(self.Icao, sequence, self.WeatherModel)
-
             self.releaseLock()
 
     def inboundSequence(self):