eqasim-org / eqasim-java

The eqasim framework features an integrated transport simulation environment. It is based on the agent-based transport simulation framework MATSim with added components for simulation of discrete choice models.
http://www.eqasim.org
GNU General Public License v2.0
23 stars 39 forks source link

feat: skip scenario check #216

Closed tkchouaki closed 2 months ago

tkchouaki commented 2 months ago

This PR allows the RunStandaloneModeChoice script to skip the checking of the scenario validity. This is needed in order to skip the RunPopulationRouting step in synpp when mode choice is used. The ScenarioValidator requires all legs to have routes, which is not the case if no routing is permored.

This PR also removes the legacy RunModeChoice script.