Skip to content

Commit

Permalink
sugesstings first steps
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorRyb committed Feb 6, 2024
1 parent a90d7af commit 3ec0d53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/org/matsim/run/ParkingLeipzigTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ public final void runPoint1pctIntegrationTestWithParkingWithCarFreeArea() {
config.controler().setOverwriteFileSetting(OutputDirectoryHierarchy.OverwriteFileSetting.deleteDirectoryIfExists);
config.controler().setOutputDirectory(output.toString());
ConfigUtils.addOrGetModule(config, SimWrapperConfigGroup.class).defaultDashboards = SimWrapperConfigGroup.Mode.disabled;

//TODO maybe write the test population
// for the test case combination look at the ChessboardParkingTest
config.plans().setInputFile("/Users/gregorr/Documents/work/respos/public-svn/matsim/scenarios/countries/de/leipzig/leipzig-v1.3/input/testParkingPopulation.xml");

MATSimApplication.execute(RunLeipzigScenario.class, config, "run", "--1pct","--drt-area", exampleShp, "--post-processing", "disabled",
Expand Down

0 comments on commit 3ec0d53

Please sign in to comment.