beam icon indicating copy to clipboard operation
beam copied to clipboard

The Framework for Modeling Behavior, Energy, Autonomy, and Mobility in Transportation Systems

Results 118 beam issues
Sort by recently updated
recently updated
newest added

There is a bug in the scenario in sf-bay in 'vta_v1_10pct' branch when few GTFS files contains time zone that does not match time zone from the map. Probably we...

Bug

somewhat related issue: In class `PopulationAttributes.scala` we only use this parameter, if used by a single mode, however, it could be generalized to multiple modes (not perfect, but better): ```...

Bug

the following exception might happen once in a simulation, but is seems it does not prevent simulation from completion. 03:21:03.146 [Events-0] ERROR o.m.core.events.EventsManagerImpl - Could not handle event ' java.lang.NullPointerException:...

Bug

Currently the gradle command 'compileScoverageScala' throws an error, we need to do something with it - remove the task or fix it

Bug

Reproducible on production and beamville simulations. For linkTravelTime, the last value often is equal to '0' or '-0', usually it is for bus PathTraversal events

Bug

Previously we only allowed itineraries of rh -> transit -> rh when the mode `ride_hail_transit` was selected. This should allow for either the access or egress leg to be walk....

Previously the scenario's PrivateVehicles attribute was being overwritten during scenarioAdjustment when we're using an urbansim scenario (as is the case during pilates). Here's a trial fix, with a hack to...

This change is [](https://reviewable.io/reviews/LBNL-UCB-STI/beam/3840)

We store ride-hail manager name in the reason, leg mode in mode. That allow to understand why people don't use some ride-hail fleets. - - - This change is [](https://reviewable.io/reviews/LBNL-UCB-STI/beam/3822)