fix the issues with the time delta estimation
This commit is contained in:
@@ -88,7 +88,7 @@ class Worker(Thread):
|
||||
if '' != report.initialApproachFix:
|
||||
inbound = Inbound(report, self.PerformanceData)
|
||||
Node(inbound, inbound.ReportTime, self.WeatherModel, self.Configuration, self.SequencingConfiguration)
|
||||
if None != inbound.InitialArrivalTime:
|
||||
if None != inbound.EnrouteArrivalTime:
|
||||
self.RecedingHorizonControl.updateReport(inbound)
|
||||
else:
|
||||
print('Unable to find all data of ' + report.aircraft.callsign)
|
||||
|
||||
Reference in New Issue
Block a user