Skip to content

Commit

Permalink
correct sample size in config name
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed Sep 1, 2023
1 parent 569d487 commit 1144653
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void main(String[] args) throws MalformedURLException {

String[] configArgs;
if ( args.length==0 ) {
configArgs = new String[]{"scenarios/berlin/replaceCarByDRT/noModeChoice/hundekopf-drt-v5.5-0.1pct.config.test.xml",
configArgs = new String[]{"scenarios/berlin/replaceCarByDRT/noModeChoice/hundekopf-drt-v5.5-0.01pct.config.test.xml",
"--config:controler.lastIteration", "0" ,
"--config:controler.outputDirectory", "./scenarios/output/berlin-v5.5-0.1pct/replaceCarByDRT-hundekopfTest"};
} else {
Expand Down

0 comments on commit 1144653

Please sign in to comment.