matsim-org / matsim-libs

Multi-Agent Transport Simulation
www.matsim.org
461 stars 436 forks source link

Fix bug in bicycle score handler #3288

Closed rakow closed 1 month ago

rakow commented 1 month ago

BicycleScoreEventsCreator called Vehicle2DriverEventHandler during VehicleLeavesTrafficEvent at the very first moment. This removed the needed information for getDriverOfVehicle later needed during event processing.