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
…alculated by using their respective PathTraversalEvents.
This was made to cover a bug described on issue #3746.
This test will not be passing on this commit since the fix for issue #3746 is not being pushed alongside it.
https://github.com/LBNL-UCB-STI/beam/blob/develop/src/main/scala/beam/agentsim/agents/PersonAgent.scala#L961:
currentCost
is positioned to matchBasePersonData.numberOfReplanningAttempts (int)
instead ofBasePersonData.currentTripCosts (double)
The fix for this should also include a test to make sure this is set properly.
The text was updated successfully, but these errors were encountered: