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
However, when used as part of a bitsim swarm, this assumes that all paths need to be updated to the latest swarm outputs. In fact we generally do not want to update the path for road_pricing as this is a non-standard matsim input and not a matsim output.
A suggestion is to implement a --bitsim_path_override option that selectivelly updates paths for bitsim.
The text was updated successfully, but these errors were encountered:
Bitsim requires a partial override of paths:
Currently by passing
--path_override
to the elara.run command elara with overwrite all input paths.For example for given config:
running
elara run config.toml --path_override example/new_directory
will effectivelly modify the read paths as follows:This is desired behaviour in many use cases.
However, when used as part of a bitsim swarm, this assumes that all paths need to be updated to the latest swarm outputs. In fact we generally do not want to update the path for road_pricing as this is a non-standard matsim input and not a matsim output.
A suggestion is to implement a
--bitsim_path_override
option that selectivelly updates paths for bitsim.The text was updated successfully, but these errors were encountered: