From 5e5b601116793de1cddfdae08327e4af01fd2c28 Mon Sep 17 00:00:00 2001 From: Lukas Rothenberger Date: Tue, 17 Oct 2023 16:13:44 +0200 Subject: [PATCH] fix(optimizer): corrected default arguments to reflect new folder structure --- discopop_library/discopop_optimizer/__main__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/discopop_library/discopop_optimizer/__main__.py b/discopop_library/discopop_optimizer/__main__.py index 0c2c59061..0a736e2db 100644 --- a/discopop_library/discopop_optimizer/__main__.py +++ b/discopop_library/discopop_optimizer/__main__.py @@ -17,8 +17,8 @@ OPTIONAL ARGUMENTS: --project= Path to the directory that contains your makefile [default: .] - --file-mapping= Path to the FileMapping.txt. [default: FileMapping.txt] - --detection-result-dump= Path to the dumped detection result JSON. [default: detection_result_dump.json] + --file-mapping= Path to the FileMapping.txt. [default: common_data/FileMapping.txt] + --detection-result-dump= Path to the dumped detection result JSON. [default: explorer/detection_result_dump.json] --execute-created-models Compiles, executes and measures models already stored in the project folder. Does not start the optimization pipeline. Required: --executable-name @@ -29,8 +29,8 @@ --execution-append-measurements If set, measurement files from previous executions will be kept and new results will be appended. --clean-created-code Removes all stored code modifications. - --code-export-path= Directory where generated CodeStorageObjects are located. [default: .discopop_optimizer/code_exports] - --dp-output-path= Directory where output files of DiscoPoP are located. [default: .discopop] + --code-export-path= Directory where generated CodeStorageObjects are located. [default: optimizer/code_exports] + --dp-output-path= Directory where output files of DiscoPoP are located. [default: .] --executable-name= Name of the executable generate by your makefile. Must be specified if --execute-created-models is used! [default: ] --executable-arguments=