Skip to content

Commit

Permalink
fix path. TODO: stops files are (over)written next to input config. t…
Browse files Browse the repository at this point in the history
…his does not work for CI
  • Loading branch information
tschlenther committed Feb 7, 2024
1 parent 7480023 commit 9243c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public final void runPoint1pctIntegrationTest() {
ConfigUtils.addOrGetModule(config, SimWrapperConfigGroup.class).defaultDashboards = SimWrapperConfigGroup.Mode.disabled;

MATSimApplication.execute(RunLeipzigScenario.class, config, "run", "--1pct", "--slow-speed-area", stadtShp,
"--slow-speed-relative-change", "0.5","--drt-area", stadtShp, "--post-processing", "disabled"
"--slow-speed-relative-change", "0.5","--drt-area", flexaShp, "--post-processing", "disabled"
);

assertThat(output)
Expand Down

0 comments on commit 9243c25

Please sign in to comment.