matsim-org / matsim-libs

Multi-Agent Transport Simulation
www.matsim.org
477 stars 445 forks source link

Preserve the working directory when gui is run from cli #3391

Closed rakow closed 1 month ago

rakow commented 1 month ago

The MATSim GUI always starts the matsim process in the directory where the config is. This leads to confusing behavior when run from the command line via matsim application contrib.

This PR adds a function so that the default working directory in the gui can be changed.