You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This update helps working correctly the experiments, old configs.
* If config doesn't have beam.agentsim.agents.rideHail.managers then copying always happens.
* If config has beam.agentsim.agents.rideHail.managers then copying happens only in the case
* beam.cfg.copyRideHailToFirstManager = true is presented in the config
*/
If beam.cfg.copyRideHailToFirstManager = true is not set, then a warning should be logged during the configuration consistency check stage, if both the root ridehail manager and the array manager is present.
The text was updated successfully, but these errors were encountered:
see
beam/src/main/scala/beam/sim/BeamHelper.scala
Lines 1074 to 1084 in 24d900c
If
beam.cfg.copyRideHailToFirstManager = true
is not set, then a warning should be logged during the configuration consistency check stage, if both the root ridehail manager and the array manager is present.The text was updated successfully, but these errors were encountered: