adapt the code to split up predictions form the inbounds
This commit is contained in:
@@ -9,9 +9,9 @@ class Configuration:
|
||||
# the AMAN specific information
|
||||
self.RunwayConstraints = kwargs.get('constraints', None)
|
||||
self.PreceedingInbounds = kwargs.get('preceeding', None)
|
||||
self.Inbounds = kwargs.get('inbounds', None)
|
||||
self.EarliestArrivalTime = kwargs.get('earliest', None)
|
||||
self.WeatherModel = kwargs.get('weather', None)
|
||||
self.NavData = kwargs.get('nav', None)
|
||||
|
||||
# the ACO specific information
|
||||
self.AntCount = kwargs.get('ants', 20)
|
||||
|
||||
Reference in New Issue
Block a user