do not update the sequence after every optimization

This commit is contained in:
Sven Czarnian
2021-11-18 08:46:03 +01:00
parent 3affbd9d57
commit 60d671ea9a

View File

@@ -125,10 +125,6 @@ class Worker(Thread):
else: else:
print('No relevant inbounds found for the optimization in ' + self.Icao) 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() self.releaseLock()
def inboundSequence(self): def inboundSequence(self):