Skip to content

Commit e987850

Browse files
committed
Update CLI options for run.sh
1 parent e2e044c commit e987850

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

benchmarking/docker_jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
# TODO: use file paths relative to the configuration file
1414
# TODO: remove Xvfb
15+
# TODO: update running Simod via CLI
1516

1617

1718
@dataclass

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "simod"
7-
version = "3.6.11"
7+
version = "3.6.12"
88
authors = [
99
"Ihar Suvorau <ihar.suvorau@gmail.com>",
1010
"David Chapela <david.chapela@ut.ee>",

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ if [ -z "$OUTPUT_DIR" ]; then
2020
fi
2121

2222
# run Simod
23-
poetry run simod optimize --config_path $CONFIG_PATH --output_dir $OUTPUT_DIR
23+
poetry run simod --configuration $CONFIG_PATH --output $OUTPUT_DIR

0 commit comments

Comments
 (0)