Nikolay Ilyin

Results 35 issues of Nikolay Ilyin

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

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

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

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

Currently periodic CI jobs are not working correctly because they are using java-8. Reconfiguration to use java-11 instead. Probably - make CI run commands using docker images instead of natively...

the code in question: https://github.com/LBNL-UCB-STI/beam/blob/85623f815adb64e860680a144e991fb42d8c0642/src/main/scala/beam/utils/scenario/UrbanSimScenarioLoader.scala#L60

The code block in question is here: https://github.com/LBNL-UCB-STI/beam/blob/85623f815adb64e860680a144e991fb42d8c0642/src/main/scala/beam/sim/BeamHelper.scala#L323 One needs to understand what part exactly is needed to be moved before moving it

Currently we are writing git branch and git commit of code into log, it will be very helpful to also include production data git branch and commit. The place where...